Skip to content

Commit c76f0a3

Browse files
Update softprops/action-gh-release action to v2.2.1 (#3655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Xiao <[email protected]>
1 parent d930bb3 commit c76f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Get the PR body to use in the GH release body
106106
gh pr list --search "$(git rev-parse HEAD)" --state merged --json number,body --jq '"This release was merged in PR #" + (.[0].number | tostring) + "\n" + (.[0].body | split("\n\n\n# Releases") | .[1])' > pr_body.tmp
107107
- name: Create release
108-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
108+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
109109
with:
110110
tag_name: v${{ steps.get-version.outputs.result }}
111111
name: Release v${{ steps.get-version.outputs.result }}

0 commit comments

Comments
 (0)