From ae92d8d526d486444f1777c2972849f5ec7ec613 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 11 Feb 2026 19:55:24 +0100 Subject: [PATCH] ci: fix tag push action (#2) Reviewed-on: https://gitea.t000-n.de/t.behrendt/tas-actions/pulls/2 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- .gitea/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 2c8d5fd..2eb833e 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -20,6 +20,6 @@ jobs: with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag - uses: ./release-git-tag + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@1b8fe65eda1ea0a7586a5fd552ef8f4a639b154f # 0.1.3 with: tag: ${{ steps.tag.outputs.new-tag }}