Skip to content

Commit add8d11

Browse files
committed
ci(workspaces): update workflows for javascript workspace publishing
1 parent 9e5ae1d commit add8d11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: yarn
1818
- run: yarn lint-test
1919
- run: yarn build
20-
- run: yarn publish --access=public
20+
- run: yarn workspace @hawk.so/javascript publish --access=public
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2323
notify:
@@ -28,6 +28,8 @@ jobs:
2828
- name: Get package info
2929
id: package
3030
uses: codex-team/action-nodejs-package-info@v1
31+
with:
32+
path: packages/javascript
3133
- name: Send a message
3234
uses: codex-team/action-codexbot-notify@v1
3335
with:

0 commit comments

Comments
 (0)