Skip to content

Commit

Permalink
Enable verbose logging for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Feb 23, 2024
1 parent f10cd6b commit deecc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
npm ci
npm run build
- name: Publish
run: npm publish --provenance --access public
run: npm publish --provenance --access public --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit deecc9c

Please sign in to comment.