Skip to content

Commit

Permalink
fix tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pelletier committed Feb 1, 2024
1 parent a3d195f commit d82ccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# name: confirm image is not already pushed

- run: |
TAG_NAME=$TAG_PREFIX:v${{ steps.version-selector.outputs.VERSION }}
TAG_NAME=${{ env.TAG_PREFIX }}:v${{ steps.version-selector.outputs.VERSION }}
git rev-parse -q --verify "refs/tags/$TAG_NAME"
name: confirm git tag does not exist
Expand Down

0 comments on commit d82ccee

Please sign in to comment.