From 25c3ff71962693d85ed990b2b2d1cc05529302b7 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 11 Feb 2026 19:55:15 +0100 Subject: [PATCH] ci: fix tag push action --- .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 }} -- 2.49.1