Skip to content

Commit a5f983f

Browse files
committed
publish tools
1 parent d3f69de commit a5f983f

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
@@ -216,7 +216,7 @@ jobs:
216216
- name: Publish LSP to NPM
217217
if: startsWith(github.ref, 'refs/tags/')
218218
working-directory: server
219-
run: npm publish
219+
run: npm publish --access public
220220
env:
221221
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
222222

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

0 commit comments

Comments
 (0)