Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2 (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate GitHub Bot <github@renovatebot.com>
Co-authored-by: Xuan Hu <i@huxuan.org>
  • Loading branch information
3 people committed Mar 11, 2024
1 parent 865d904 commit 943e55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "is_prerelease=false" > $GITHUB_OUTPUT
fi
- name: Create GitHub release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
with:
body_path: release-notes.md
prerelease: ${{ steps.prerelease.outputs.is_prerelease }}
Expand Down
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "is_prerelease=false" > $GITHUB_OUTPUT
fi
- name: Create GitHub release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee # v2.0.2
with:
body_path: release-notes.md
prerelease: {{ '${{ steps.prerelease.outputs.is_prerelease }}' }}
Expand Down

0 comments on commit 943e55d

Please sign in to comment.