Skip to content

Commit 691115b

Browse files
authored
Merge pull request #154 from codex-team/ci/yarn-4-publish
Fix publishing script after yarn upgrade
2 parents 5801829 + b969881 commit 691115b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: yarn
1919
- run: yarn lint-test
2020
- run: yarn build:all
21-
- run: yarn workspace @hawk.so/javascript publish --access=public
21+
- run: yarn workspace @hawk.so/javascript npm publish --access=public
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
notify:

0 commit comments

Comments
 (0)