diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e267e2..2ab0c4e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: with: node-version: "22" registry-url: "https://registry.npmjs.org" - + - name: Verify npm version run: npm --version @@ -74,4 +74,4 @@ jobs: git push --follow-tags - name: Publish to npm - run: npm publish --provenance --access public + run: npm publish --provenance --access public --loglevel verbose