diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 47b5773f50..ca69c1a9b8 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -174,7 +174,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release # Create a release only in nushell/nightly repo - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.repository, 'nushell/nightly') }} with: prerelease: true @@ -286,7 +286,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release # Create a release only in nushell/nightly repo - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.repository, 'nushell/nightly') }} with: draft: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9355ca6a82..4f038a29c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true @@ -191,7 +191,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v2.0.1 + uses: softprops/action-gh-release@v2.0.4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true