test
This commit is contained in:
@@ -5,9 +5,13 @@ on:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
Reset-Version-Tag:
|
||||
runs-on: debian-bullseye
|
||||
|
||||
steps:
|
||||
- name: reset version tag
|
||||
run: "git tag -d v1 && git push --delete origin v1 && git tag v1 && git push --tags"
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user