diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c6a97c3..90ede1a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -44,6 +44,6 @@ jobs: commit_options: '--amend --no-edit' push_options: '--force' skip_fetch: true - - run: npm publish --access public + - run: npm publish --access public --loglevel verbose env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}