feat: adding github workflow
This commit is contained in:
parent
2dfc7e9160
commit
bfa05bc2b4
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -19,6 +19,5 @@ jobs:
|
|||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
- name: publish
|
- name: publish
|
||||||
run: npm publish --access public
|
run: npm publish --access public
|
||||||
working-directory: my-package
|
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user