We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5ae1d commit add8d11Copy full SHA for add8d11
1 file changed
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: yarn
18
- run: yarn lint-test
19
- run: yarn build
20
- - run: yarn publish --access=public
+ - run: yarn workspace @hawk.so/javascript publish --access=public
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
notify:
@@ -28,6 +28,8 @@ jobs:
28
- name: Get package info
29
id: package
30
uses: codex-team/action-nodejs-package-info@v1
31
+ with:
32
+ path: packages/javascript
33
- name: Send a message
34
uses: codex-team/action-codexbot-notify@v1
35
with:
0 commit comments