From 7e5298b9ef94831ad5f81e50d9f3f6b056f82f48 Mon Sep 17 00:00:00 2001 From: alexander Date: Fri, 20 Feb 2026 01:10:59 +0100 Subject: [PATCH] Added git coommit to move on tag --- .gitea/workflows/build-script.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 7ab3478..0b476c7 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -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