Skip to content

Commit

Permalink
sssss
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 15, 2024
1 parent df57c98 commit 9cf6cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Fail if Git-Tag already exist on main
if: github.ref == 'refs/heads/main'
run: |
git show-ref --tags
TAG="v${{ env.VERSION }}"
if git rev-parse -q --verify "refs/tags/${TAG}" > /dev/null; then
echo "Tag ${TAG} already exists"
Expand Down

0 comments on commit 9cf6cfb

Please sign in to comment.