We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7ccb05 + 01a9779 commit 7095cc0Copy full SHA for 7095cc0
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
VERSION=${GITHUB_REF#refs/*/}
29
sed -n "/^## \\[${VERSION:1}\\]/,/^## \\[/p" CHANGELOG.md | sed '1,1d; $d' > RELEASE.md
30
- name: Publish release to GitHub
31
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
32
with:
33
draft: true
34
body_path: RELEASE.md
0 commit comments