Skip to content

Commit

Permalink
Enable verbose option on the publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Zolesio committed Jan 25, 2024
1 parent 345a699 commit 44fed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: (cd demo-react/iframe; yarn install)
- run: yarn run test -- --headless
- name: Publish package on NPM 📦
run: npm publish
run: npm publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
# - uses: JS-DevTools/npm-publish@v3
Expand Down

0 comments on commit 44fed39

Please sign in to comment.