Skip to content

Commit

Permalink
Fix release name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pabateman committed Oct 6, 2024
1 parent 10324bf commit 3f01e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-by-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
draft: false
prerelease: false
files: out/*
Expand Down

0 comments on commit 3f01e3c

Please sign in to comment.