From 2249d1a7769350d87aaab3f1c6e72502b6a2c2e6 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 4 Oct 2025 14:43:02 +0200 Subject: [PATCH] adde debugging to build.yml --- .gitea/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ad2303a..f15109d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -141,5 +141,6 @@ 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