diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ca8935..2522294 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: - name: Update Release with Files if: "!github.event.release.prerelease" id: create_version_release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true # Set this to false if you want to prevent updating existing releases name: ${{ github.event.release.name }} @@ -69,7 +69,7 @@ jobs: - name: Update Release with Files if: "github.event.release.prerelease" id: create_version_prerelease - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: allowUpdates: true # Set this to false if you want to prevent updating existing releases name: ${{ github.event.release.name }}