We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27f514 commit d47f8d3Copy full SHA for d47f8d3
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
sed -n "/^## \[$RELEASE_VERSION]/,/^## /p" CHANGELOG.md | sed '1d;$d' > changelog_body.md
34
- name: Release
35
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
36
with:
37
body_path: changelog_body.md
38
draft: true
0 commit comments