Skip to content

Commit

Permalink
fix: Update action which now uses Node 20 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored Feb 22, 2024
1 parent faf2a29 commit 30bec9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 30bec9e

Please sign in to comment.