diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5773b76..88e87c9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -163,7 +163,7 @@ jobs: --output-signature dist/SHA256SUMS.cosign.sig dist/SHA256SUMS - name: Publish GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.version || github.ref_name }} generate_release_notes: true