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 6c19fcd commit 29683d3Copy full SHA for 29683d3
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
git --no-pager tag -l "${latest_tag}" --format='%(contents:body)' >> "$GITHUB_ENV"
50
echo "$EOF" >> "$GITHUB_ENV"
51
- name: Create GitHub Release 🚀
52
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
53
with:
54
tag_name: ${{ env.latest_tag }}
55
name: Version ${{ env.latest_tag }}, ${{ env.date }}
0 commit comments