diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5f4c6781a6..7a3ee87d97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,7 +116,7 @@ jobs: # because it otherwise does not know # about the tag and add the old source code to the release. # This might be a bug. - - uses: ncipollo/release-action@v1.14.0 + - uses: ncipollo/release-action@v1.15.0 with: prerelease: ${{ steps.vars.outputs.prerelease }} tag: ${{github.event.inputs.version}}