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 d3f69de commit a5f983fCopy full SHA for a5f983f
.github/workflows/ci.yml
@@ -216,7 +216,7 @@ jobs:
216
- name: Publish LSP to NPM
217
if: startsWith(github.ref, 'refs/tags/')
218
working-directory: server
219
- run: npm publish
+ run: npm publish --access public
220
env:
221
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
222
@@ -232,6 +232,6 @@ jobs:
232
- name: Publish @rescript/tools package
233
if: ${{ startsWith(github.event.head_commit.message, 'publish tools') && (github.ref == 'refs/heads/master') }}
234
working-directory: tools
235
236
237
0 commit comments