From 4c52ae58916aa237d5b81a134c105bb1185488b6 Mon Sep 17 00:00:00 2001 From: Eric Wolf <1983821+typetetris@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:23:08 +0100 Subject: [PATCH] Release name shouldn't contain refs/tags/ or some such --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 03f3704..5f1324f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -196,7 +196,6 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: build/${{ env.binary }}.dmg asset_name: ${{ env.binary }}-macOS-${{ steps.get_version.outputs.tag }}.dmg - release_name: ${{ github.ref }} tag: ${{ github.ref }} overwrite: true