We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da227c commit a2ab003Copy full SHA for a2ab003
.github/workflows/release.yaml
@@ -77,7 +77,7 @@ jobs:
77
git --no-pager tag -l "${latest_tag}" --format='%(contents:body)' >> "$GITHUB_ENV"
78
echo "$EOF" >> "$GITHUB_ENV"
79
- name: Create GitHub Release 🚀
80
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
81
with:
82
tag_name: ${{ env.latest_tag }}
83
name: Version ${{ env.latest_tag }}, ${{ env.date }}
0 commit comments