Skip to content

Commit

Permalink
ci: force update/push stable tag during release
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Mar 6, 2024
1 parent 13ac32c commit d55aa56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git tag -d stable || true
git push origin :stable || true
git tag -a stable -m "Current Stable Release"
git push origin stable
git tag -fa stable -m "Current Stable Release"
git push -f origin stable

0 comments on commit d55aa56

Please sign in to comment.