From d61110f4a5476ce0c3677158160878bef69490a3 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 25 Mar 2025 11:09:13 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Correct=20variable=20inte?= =?UTF-8?q?rpolation=20for=20tag=20and=20release=20names=20in=20release=20?= =?UTF-8?q?workflow=20#release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3513ca3..cefb198 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: TRUNKVER: ${{ steps.trunkver.outputs.trunkver }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ TRUNKVER }} - release_name: Release ${{ TRUNKVER }} + tag_name: $TRUNKVER + release_name: Release $TRUNKVER body: | ${{ gitea.event.head_commit.message}}