diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index 6048e2ce6..9a7eb9f6d 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -220,7 +220,7 @@ jobs: --certificate-oidc-issuer=https://token.actions.githubusercontent.com ./tmp/checksums.txt - name: Create release draft and upload release yaml - uses: softprops/action-gh-release@v2.0.2 + uses: softprops/action-gh-release@v2.0.5 with: name: ${{ github.ref_name }} token: ${{ secrets.GITHUB_TOKEN }}