ref: github workflow
This commit is contained in:
parent
65266b5a46
commit
b69407351c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
|
|
@ -31,6 +31,6 @@ jobs:
|
|||
run: yarn build
|
||||
|
||||
- name: Publish to npm
|
||||
run: npm publish
|
||||
run: npm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue