Skip to content

Commit d47f8d3

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent f27f514 commit d47f8d3

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
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
sed -n "/^## \[$RELEASE_VERSION]/,/^## /p" CHANGELOG.md | sed '1d;$d' > changelog_body.md
3434
- name: Release
35-
uses: softprops/action-gh-release@v1
35+
uses: softprops/action-gh-release@v2
3636
with:
3737
body_path: changelog_body.md
3838
draft: true

0 commit comments

Comments
 (0)