We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302f209 commit 466f101Copy full SHA for 466f101
.github/workflows/ci.yaml
@@ -82,6 +82,7 @@ jobs:
82
- name: Publish to NPM
83
if: steps.semantic.outputs.new_release_published == 'true' && github.ref != 'refs/heads/alpha'
84
run: |
85
+ npm config set loglevel verbose --global
86
npm publish --registry=https://registry.npmjs.org --access public
87
env:
88
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments