Skip to content

Commit

Permalink
Release name shouldn't contain refs/tags/ or some such
Browse files Browse the repository at this point in the history
  • Loading branch information
typetetris committed Jan 19, 2025
1 parent 73b8ad1 commit 4c52ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c52ae5

Please sign in to comment.