Skip to content

Commit

Permalink
Add dry-run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Zolesio committed Jan 25, 2024
1 parent 4f1d056 commit 030df01
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 @@ -26,7 +26,7 @@ jobs:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
- name: Publish package on NPM 📦
run: npm whoami && npm whoami && npm publish --verbose
run: npm whoami && npm whoami && npm publish --dry-run && npm publish --verbose
env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
Expand Down

0 comments on commit 030df01

Please sign in to comment.