Added git coommit to move on tag
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 34s

This commit is contained in:
alexander
2026-02-20 01:10:59 +01:00
parent d549998efc
commit 7e5298b9ef

View File

@@ -55,7 +55,10 @@ jobs:
name: "Formelsammlungen PDFs"
tag_name: "latest"
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
continue-on-error: true