Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 5a079f5

Browse files
committed
fix workflow
1 parent 03fe854 commit 5a079f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-publish.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 12
1919
registry-url: https://npm.pkg.github.com/
20-
- run: yarn
20+
- run: yarn install
2121
- run: yarn build
2222
- run: npm publish
2323
env:

.github/workflows/npm-publish.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 12
1919
registry-url: https://registry.npmjs.org/
20-
- run: yarn
20+
- run: yarn install
2121
- run: yarn build
2222
- run: npm publish --access public
2323
env:

0 commit comments

Comments
 (0)