Skip to content

Commit

Permalink
Merge pull request #2 from LoveToKnow/fix-tagging
Browse files Browse the repository at this point in the history
ci: add `--force` flag to overwrite any existing major version tag
  • Loading branch information
JoshCoady authored Jun 13, 2020
2 parents 7bdb37f + 6aa7711 commit fa00f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
env:
TAG: v${{ steps.release.outputs.new_release_major_version }}
run: |
git tag "$TAG"
git push origin "$TAG"
git tag --force "$TAG"
git push --force origin "$TAG"

0 comments on commit fa00f1d

Please sign in to comment.