Skip to content

Commit

Permalink
Move --force in release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Apr 4, 2024
1 parent 2c45d3a commit bd25830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
ref: ${{ steps.prep.outputs.sha }}

- run: |
git tag --force "$TAG" "$SHA"
git push --tags
git tag "$TAG" "$SHA"
git push --tags --force
env:
SHA: ${{ steps.prep.outputs.sha }}
TAG: ${{ steps.prep.outputs.major-tag }}

0 comments on commit bd25830

Please sign in to comment.