this should do it
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 27s
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 27s
This commit is contained in:
@@ -10,10 +10,6 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "I did a thing"
|
||||
- run: git config --global user.email "cloud+git+runner@thorup.us"
|
||||
- run: git config --global user.name "Git runner"
|
||||
- run: echo "I finished doing a thing"
|
||||
- run: git tag -d v1 || true
|
||||
- run: git push --delete origin v1 || true
|
||||
- run: git tag v1
|
||||
|
||||
Reference in New Issue
Block a user