We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398c317 commit 6271832Copy full SHA for 6271832
1 file changed
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
77
- name: Create GitHub Release
78
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
79
with:
80
body: ${{ steps.changelog.outputs.changelog }}
81
files: |
0 commit comments