Skip to content

Commit

Permalink
fix bad argument on create-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
tledoux committed Aug 7, 2024
1 parent 829bb2a commit c821025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-win-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
#release_name: ${{ github.event.head_commit.message }}
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
overwrite: true
generateReleaseNotes: true
draft: false
prerelease: false
Expand Down

0 comments on commit c821025

Please sign in to comment.