From 7c8e9081921cfbd97e6023fa0c28708aa7aa0f43 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 2 Mar 2026 11:24:35 +0100 Subject: [PATCH] try enclose tag in double quotes --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e4617e..a0578b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,8 +68,8 @@ jobs: - name: Create Release uses: actions/gitea-release-action@v1 with: - #name: "Amor-Eos ${{ env.RELEASE_TAG }}" - tag_name: "test_tag" + name: "Amor-Eos ${{ env.RELEASE_TAG }}" + tag_name: "${{ env.RELEASE_TAG }}" #body: ${{ env.RELEASE_NOTE }} build-ubuntu-latest: @@ -101,8 +101,8 @@ jobs: if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }} uses: actions/gitea-release-action@v1 with: - #name: "Amor-Eos ${{ env.RELEASE_TAG }}" - #tag_name: ${{ env.RELEASE_TAG }} + name: "Amor-Eos ${{ env.RELEASE_TAG }}" + tag_name: "${{ env.RELEASE_TAG }}" files: |- dist/amor*.tar.gz