We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3f70a commit a4e56e5Copy full SHA for a4e56e5
.github/workflows/publish.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "CHANGELOG_PATH=$CHANGELOG_PATH" >> $GITHUB_ENV
86
- name: Github Release
87
id: github_release
88
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
89
with:
90
name: ${{ env.VERSION }}
91
tag_name: ${{ github.ref }}
0 commit comments