From cb1842cc2b152175d1036baf507dd7145729d5c4 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Mon, 15 Jan 2024 18:42:03 +0300 Subject: [PATCH] Add allowUpdates flag to release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2be571d..d7fe652 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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) }}