Skip to content

Commit 34b87c0

Browse files
chore(deps): update softprops/action-gh-release action to v2.0.9 (#3546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e1442d commit 34b87c0

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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
108+
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
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)