Add allowUpdates flag to release workflow

This commit is contained in:
mungai-njoroge 2024-01-15 18:42:03 +03:00
parent 77f22c2b84
commit cb1842cc2b

View File

@ -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) }}