We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29ec8d3 + 1d91198 commit 532e672Copy full SHA for 532e672
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "$CHANGELOG" > /tmp/changelog.txt
53
54
- name: Create GitHub Release
55
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
56
with:
57
name: Release ${{ github.ref_name }}
58
body_path: /tmp/changelog.txt
0 commit comments