diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 779dfdba..323f6f00 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -110,7 +110,7 @@ jobs: shell: bash - name: Publish Archive - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.1.0 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: false @@ -120,7 +120,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Changelog - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.1.0 if: >- ${{ startsWith(github.ref, 'refs/tags/') @@ -157,7 +157,7 @@ jobs: shasum -a 256 * > ../SHA256SUMS - name: Publish Checksums - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.1.0 with: draft: false files: SHA256SUMS