Skip to content

Commit

Permalink
ci: Only auto update v3
Browse files Browse the repository at this point in the history
We had a breaking change and I should have stopped updating v2 as a
moving tag.

This was highlighted by @mmontesi in #76 (comment)
  • Loading branch information
abatilo committed Oct 28, 2024
1 parent 066d6f5 commit d6a5d9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git tag -d v2
git push --delete origin v2
git push origin :refs/tags/v2
git tag v2
git tag -d v3
git push --delete origin v3
git push origin :refs/tags/v3
git tag v3
git push --tags

0 comments on commit d6a5d9f

Please sign in to comment.