Added git coommit to move on tag
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 34s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 34s
This commit is contained in:
@@ -55,7 +55,10 @@ jobs:
|
|||||||
name: "Formelsammlungen PDFs"
|
name: "Formelsammlungen PDFs"
|
||||||
tag_name: "latest"
|
tag_name: "latest"
|
||||||
files: build/*.pdf
|
files: build/*.pdf
|
||||||
target_commitish: ${{env.GITHUB_SHA}}
|
|
||||||
|
- name: Move Git Tag
|
||||||
|
continue-on-error: true
|
||||||
|
run: git tag -f 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