From 37de21f06bc9ff5b6f46d375a2fe8c0e739e23c8 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 4 Oct 2025 14:32:04 +0200 Subject: [PATCH] testing tagging --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f15109d..ad2303a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -141,6 +141,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - echo "Creating new tag: ${{ needs.set-tag.outputs.tag_name }}" git tag ${{ needs.set-tag.outputs.tag_name }} git push origin ${{ needs.set-tag.outputs.tag_name }} \ No newline at end of file