Skip to content

Commit

Permalink
fix: ff-version-auto-bumper missing semantic release tag in PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Jul 19, 2024
1 parent 082b0dd commit 6a4c140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ff-version-auto-bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
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 }}'

0 comments on commit 6a4c140

Please sign in to comment.