diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 50c97417c..a06b854de 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -77,7 +77,7 @@ jobs: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGN_KEY }} - name: Publish release - uses: softprops/action-gh-release@v2.4.0 + uses: softprops/action-gh-release@v2.4.1 if: ${{ github.event_name != 'pull_request' }} with: make_latest: false @@ -118,7 +118,7 @@ jobs: arch: ${{ matrix.arch }} - name: Publish release - uses: softprops/action-gh-release@v2.4.0 + uses: softprops/action-gh-release@v2.4.1 if: ${{ github.event_name != 'pull_request' }} with: make_latest: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8e77159a..2a843ac7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: path: upload - name: Publish stable release - uses: softprops/action-gh-release@v2.4.0 + uses: softprops/action-gh-release@v2.4.1 with: draft: false body_path: docs/Release Notes/Release Notes/${{ github.ref_name }}.md