Skip to content

Commit 12f4799

Browse files
committed
publish tools
1 parent e7e52ab commit 12f4799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Publish LSP to NPM
218218
if: startsWith(github.ref, 'refs/tags/')
219219
working-directory: server
220-
run: npm publish
220+
run: npm publish --access public
221221
env:
222222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
223223

@@ -233,6 +233,6 @@ jobs:
233233
- name: Publish @rescript/tools package
234234
if: ${{ startsWith(github.event.head_commit.message, 'publish tools') && (github.ref == 'refs/heads/master') }}
235235
working-directory: tools
236-
run: npm publish
236+
run: npm publish --access public
237237
env:
238238
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)