This commit is contained in:
Bryce Thorup
2024-01-01 15:50:27 -07:00
parent 9fc14d0cc4
commit 8175a6fce9

View File

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