From c76442ecc55ec77549d068438ea170c56bbba196 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 2 Mar 2026 11:00:46 +0100 Subject: [PATCH] try just tag_name without name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b1b003..dce215d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Create Release uses: actions/gitea-release-action@v1 with: - name: "Amor-Eos ${{ env.RELEASE_TAG }}" + #name: "Amor-Eos ${{ env.RELEASE_TAG }}" tag_name: ${{ env.RELEASE_TAG }} #body: ${{ env.RELEASE_NOTE }}