different
Some checks failed
Push to main / Reset-Version-Tag (push) Failing after 2s

This commit is contained in:
Bryce Thorup
2024-01-01 15:54:03 -07:00
parent 7b003930c8
commit 291e1cf050

View File

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