Skip to content

Commit

Permalink
fix: release name
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 7, 2024
1 parent 4efa05e commit 2c2cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
generate_release_notes: true
name: 'v${{ github.ref_name }}'
name: ${{ github.ref_name }}
draft: false
prerelease: false

Expand Down

0 comments on commit 2c2cd59

Please sign in to comment.