We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c08f9 commit 895e289Copy full SHA for 895e289
.github/workflows/release.yml
@@ -44,6 +44,6 @@ jobs:
44
- name: Prepare release notes
45
run: git-changelog --release-notes > release-notes.md
46
- name: Create release
47
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
48
with:
49
body_path: release-notes.md
0 commit comments