We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c49e3 commit af3915cCopy full SHA for af3915c
.github/workflows/publishPackage.yml
@@ -58,7 +58,17 @@ jobs:
58
path: typings
59
60
- name: Publish on NPM
61
- run: npm publish --access=public --registry=https://registry.npmjs.org --token=${{ secrets.NPM_TOKEN }}
+ uses: JS-DevTools/[email protected]
62
+ with:
63
+ access: public
64
+ registry: https://registry.npmjs.org/
65
+ token: ${{ secrets.NPM_TOKEN }}
66
+ check-version: false
67
- - name: Publish on NPM
- run: npm publish --access=public --registry=https://npm.pkg.github.com --token=${{ secrets.GITHUB_TOKEN }}
68
+ - name: Publish on GitHub Packages
69
70
71
72
+ registry: https://npm.pkg.github.com/
73
+ token: ${{ secrets.GITHUB_TOKEN }}
74
0 commit comments