From 6a4c140739b91e84cc2cc640e686d8f13fc09c30 Mon Sep 17 00:00:00 2001 From: MLenterman Date: Fri, 19 Jul 2024 13:15:20 +0200 Subject: [PATCH] fix: ff-version-auto-bumper missing semantic release tag in PR title --- .github/workflows/ff-version-auto-bumper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ff-version-auto-bumper.yml b/.github/workflows/ff-version-auto-bumper.yml index 5b01969..9318b3d 100644 --- a/.github/workflows/ff-version-auto-bumper.yml +++ b/.github/workflows/ff-version-auto-bumper.yml @@ -205,5 +205,5 @@ jobs: env: GH_TOKEN: ${{ secrets.token }} run: | - gh pr create -B '${{ github.event.repository.default_branch }}' -H 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' -b '${{ steps.docker-scout.outputs.compare }}' -t 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' || \ - gh pr create -B '${{ github.event.repository.default_branch }}' -H 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' -b 'The Docker Scout output was too long to include in this PR.' -t 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' \ No newline at end of file + gh pr create -B '${{ github.event.repository.default_branch }}' -H 'build(dependencies): bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' -b '${{ steps.docker-scout.outputs.compare }}' -t 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' || \ + gh pr create -B '${{ github.event.repository.default_branch }}' -H 'build(dependencies): bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' -b 'The Docker Scout output was too long to include in this PR.' -t 'bump-f!f-version-to-${{ env.REQUESTED_IMAGE_VERSION_TAG }}' \ No newline at end of file