diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1b9f1c8..6bc73efe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: - name: Create GitHub Release # Pinned to work around https://github.com/softprops/action-gh-release/issues/445 - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.3.3 env: NODE_VERSION: ${{ env.NODE_VERSION }} ACTIONS_STEP_DEBUG: true