We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542a79c + 87cce2a commit dce897aCopy full SHA for dce897a
.github/workflows/prepare-release.yaml
@@ -30,7 +30,7 @@ jobs:
30
printf '\n-----\n\n' >> release_notes.txt
31
awk -f .github/workflows/changelog.awk CHANGELOG.md >> release_notes.txt
32
- name: Release
33
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
34
with:
35
draft: true
36
body_path: release_notes.txt
0 commit comments