Skip to content

Commit

Permalink
fix: remove sha from tag to tag semantic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinf authored Feb 18, 2021
1 parent 2afdd18 commit b05806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
run: |
git tag -d ${{ env.VERION_TAG }}
git push origin :${{ env.VERION_TAG }}
git tag ${{ env.VERION_TAG }} ${{ env.GITHUB_SHA }}
git tag ${{ env.VERION_TAG }}
git push origin ${{ env.VERION_TAG }}

0 comments on commit b05806a

Please sign in to comment.