Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMoolenaar authored Jan 13, 2024
1 parent 35f516f commit 5132cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: V${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
release_name: v${{ github.event.inputs.version }}
body: TODO add description and rebuild MacOS locally
draft: true
prerelease: false
Expand Down

0 comments on commit 5132cbb

Please sign in to comment.