We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e52ab commit 12f4799Copy full SHA for 12f4799
.github/workflows/ci.yml
@@ -217,7 +217,7 @@ jobs:
217
- name: Publish LSP to NPM
218
if: startsWith(github.ref, 'refs/tags/')
219
working-directory: server
220
- run: npm publish
+ run: npm publish --access public
221
env:
222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
223
@@ -233,6 +233,6 @@ jobs:
233
- name: Publish @rescript/tools package
234
if: ${{ startsWith(github.event.head_commit.message, 'publish tools') && (github.ref == 'refs/heads/master') }}
235
working-directory: tools
236
237
238
0 commit comments