Skip to content

Commit

Permalink
Don't push tag before release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup committed Jul 21, 2021
1 parent 6442a58 commit 8b9084d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: |
tag=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1) | awk -F. -v OFS=. '{$NF++;print}')
git tag $tag
git push origin $tag
- name: Release notes
run: |
Expand Down

0 comments on commit 8b9084d

Please sign in to comment.