Skip to content

Commit 466f101

Browse files
committed
fix: add verbose logging
1 parent 302f209 commit 466f101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- name: Publish to NPM
8383
if: steps.semantic.outputs.new_release_published == 'true' && github.ref != 'refs/heads/alpha'
8484
run: |
85+
npm config set loglevel verbose --global
8586
npm publish --registry=https://registry.npmjs.org --access public
8687
env:
8788
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)