Fix publish GH action (#20)
This commit is contained in:
parent
6aaf4ed9d9
commit
ab28d0a9b3
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -19,7 +19,10 @@ jobs:
|
|||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install dependencies
|
||||||
|
run: yarn install --immutable --immutable-cache --check-cache
|
||||||
|
|
||||||
|
- name: Build package
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user