v2
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 7s

This commit is contained in:
2026-03-05 07:14:39 -07:00
parent c01a6494ca
commit 19dd8f0430
4 changed files with 23 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: git tag -d v1 || true
- run: git push --delete origin v1 || true
- run: git tag v1
- run: git tag -d v2 || true
- run: git push --delete origin v2 || true
- run: git tag v2
- run: git push --tags