We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c196b + 14a6914 commit d9123b6Copy full SHA for d9123b6
1 file changed
.github/workflows/deploy.yml
@@ -43,7 +43,8 @@ jobs:
43
- name: Deploy to GitHub Pages
44
id: deployment
45
uses: actions/deploy-pages@v4
46
- # - name: Publish to NPMJS
47
- # uses: JS-DevTools/npm-publish@v3
48
- # with:
49
- # token: ${{ secrets.NPM_TOKEN }}
+ - name: Publish to NPMJS
+ uses: JS-DevTools/npm-publish@v3
+ with:
+ token: ${{ secrets.NPM_TOKEN }}
50
+ dry-run: true
0 commit comments