From fe612b5a4c57b5cea48c2ab9131df816a1d4fbdd Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:44:05 -0600 Subject: [PATCH] fix: Update action which now uses Node 20 --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c0bc86d0..fd6c64cfe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,7 +79,8 @@ jobs: if: >- steps.rc-tag.outputs.is-rc-tag == 'false' || inputs.create-rc-releases == true - uses: softprops/action-gh-release@v1 + # https://github.com/softprops/action-gh-release/pull/406#issuecomment-1934635958 + uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 with: body_path: ${{ inputs.package-subdirectory }}/RELEASE_BODY.txt token: ${{ steps.github-token.outputs.token }}