be true
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 3s

This commit is contained in:
Bryce Thorup
2024-01-01 15:55:27 -07:00
parent 291e1cf050
commit 9650b3ab94

View File

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