Skip to content

Commit

Permalink
Add allowUpdates flag to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilvx committed Jan 15, 2024
1 parent 77f22c2 commit cb1842c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -118,6 +118,7 @@ jobs:
- name: Upload binaries to GitHub Release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "./linux/swingmusic, ./win32/swingmusic.exe"
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ format('v{0}',inputs.tag) }}
Expand Down

0 comments on commit cb1842c

Please sign in to comment.