Updated publish.yml
parent
e0756e0090
commit
0202d4a2b1
|
@ -14,7 +14,7 @@ jobs:
|
|||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm install
|
||||
# Publish to npm
|
||||
- run: npm publish --access public
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# Setup .npmrc file to publish to GitHub Packages
|
||||
|
|
Loading…
Reference in New Issue