Skip to content

Commit 8638a24

Browse files
Update softprops/action-gh-release action to v3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2f62b2 commit 8638a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
url=$(gh pr create -b "${{ needs.generate-changelog.outputs.release_changelog }}" -t "Release ${{ needs.version-info.outputs.new_tag }}" -l release | grep -F 'https://github.com' )
117117
gh pr merge $url --auto -m
118118
- name: create a new release
119-
uses: softprops/action-gh-release@v1
119+
uses: softprops/action-gh-release@v3
120120
with:
121121
tag_name: ${{ needs.version-info.outputs.new_tag }}
122122
body: ${{ needs.generate-changelog.outputs.release_changelog }}

0 commit comments

Comments
 (0)