This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: git tag -d v1 || true
|
||||
- run: git push --delete origin v1 || true
|
||||
- run: git tag v1
|
||||
- run: git tag -d v2 || true
|
||||
- run: git push --delete origin v2 || true
|
||||
- run: git tag v2
|
||||
- run: git push --tags
|
||||
|
||||
Reference in New Issue
Block a user