diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5acc39c..97f2a89 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -80,7 +80,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.package_info.outputs.version }} name: v${{ steps.package_info.outputs.version }}