This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Move Git Tag
|
- name: Move Git Tag
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: git tag -f latest && git push origin :refs/tags/latest && git tag latest HEAD && git push origin latest
|
run: git tag -d latest && git push origin :refs/tags/latest && git tag latest HEAD && git push origin latest
|
||||||
|
|
||||||
- name: Trigger
|
- name: Trigger
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user