Skip to content

Commit b969881

Browse files
committed
ci(workspaces): fix @hawk.so/javascript publishing script after yarn upgrade
1 parent 5801829 commit b969881

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)