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.
1 parent 542a79c commit 87cce2aCopy full SHA for 87cce2a
.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