We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c400547 commit 652af4bCopy full SHA for 652af4b
.github/workflows/create-github-release.yaml
@@ -32,7 +32,7 @@ jobs:
32
git --no-pager tag -l "${latest_tag}" --format='%(contents:body)' >> "$GITHUB_ENV"
33
echo "$EOF" >> "$GITHUB_ENV"
34
- name: Create GitHub Release 🚀
35
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
36
with:
37
tag_name: ${{ env.latest_tag }}
38
name: Version ${{ env.latest_tag }}, ${{ env.date }}
0 commit comments