fixed
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 33s

This commit is contained in:
alexander
2026-02-20 01:12:00 +01:00
parent 7e5298b9ef
commit 91180bbf48

View File

@@ -58,7 +58,7 @@ jobs:
- 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
run: git tag -d latest && git push origin :refs/tags/latest && git tag latest HEAD && git push origin latest
- name: Trigger
continue-on-error: true