diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a15b81f89..0c290887c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,7 +109,7 @@ jobs: shell: bash - name: Publish Archive - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.1 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false @@ -119,7 +119,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Changelog - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.1 if: >- ${{ startsWith(github.ref, 'refs/tags/') @@ -156,7 +156,7 @@ jobs: shasum -a 256 * > ../SHA256SUMS - name: Publish Checksums - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.1 with: draft: false files: SHA256SUMS