Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
ci: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Aug 16, 2024
1 parent 2e03c58 commit ae98268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Update latest minimal tag
run: |
git push --delete origin v1
git tag --delete v1
git push --delete origin v1 || true
git tag --delete v1 || true
git tag v1
git push origin v1

0 comments on commit ae98268

Please sign in to comment.