git identity
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-01-02 14:47:22 -07:00
parent 9650b3ab94
commit 4cba4817f2

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: git config --global user.email "cloud+git+runner@thorup.us"
- run: git config --global user.name "Git runner"
- run: git tag -d v1 || true
- run: git push --delete origin v1 || true
- run: git tag v1