From 91180bbf484ea3f5b0c0fcd2753e77f08cc53194 Mon Sep 17 00:00:00 2001 From: alexander Date: Fri, 20 Feb 2026 01:12:00 +0100 Subject: [PATCH] fixed --- .gitea/workflows/build-script.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 0b476c7..1614333 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -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