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.
2 parents 6db0e50 + 06c968d commit 7c25d14Copy full SHA for 7c25d14
1 file changed
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Create Release
82
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
83
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
84
with:
85
tag_name: v${{ steps.package_info.outputs.version }}
86
name: v${{ steps.package_info.outputs.version }}
0 commit comments