fix workflow
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -13,6 +13,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm ci
|
||||||
|
- name: Build
|
||||||
|
run: npm run build
|
||||||
- name: Publish to npmjs
|
- name: Publish to npmjs
|
||||||
run: npm publish --tag latest --access public
|
run: npm publish --tag latest --access public
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user