We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aba0b commit fba7949Copy full SHA for fba7949
1 file changed
.github/workflows/publish.yml
@@ -15,17 +15,17 @@ jobs:
15
- run: yarn --frozen-lockfile
16
- run: yarn build
17
- name: Publish @make-live/toolkit
18
- run: yarn publish
+ run: yarn publish --access public
19
working-directory: packages/make-live-toolkit
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- name: Publish @make-live/toolkit-react
23
24
working-directory: packages/make-live-toolkit-react
25
26
27
- name: Publish @make-live/toolkit-dev
28
29
working-directory: packages/make-live-toolkit-dev
30
31
0 commit comments