diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a054a65..fe02d8b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -113,7 +113,7 @@ jobs: shell: bash - name: Publish Archive - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false @@ -123,7 +123,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Changelog - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 if: >- ${{ startsWith(github.ref, 'refs/tags/') @@ -160,7 +160,7 @@ jobs: shasum -a 256 * > ../SHA256SUMS - name: Publish Checksums - uses: softprops/action-gh-release@v2.2.2 + uses: softprops/action-gh-release@v2.3.2 with: draft: false files: SHA256SUMS