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 27d0ab2 + 4087915 commit 2bbb4c7Copy full SHA for 2bbb4c7
.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