From 1f306cce532b9c4dfc4f99a208f6c5195846746c Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 11:34:51 +0200 Subject: [PATCH] update workflow, adjust release to include v to release tag --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2e1af5c..265acc0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -66,7 +66,7 @@ jobs: if: ${{ github.event.inputs.github_release == 'true' }} uses: softprops/action-gh-release@master with: - tag_name: ${{ env.VERSION }} + tag_name: v${{ env.VERSION }} release_name: Release ${{ env.VERSION }} body: ${{steps.build_changelog.outputs.changelog}} draft: false -- 2.49.1