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 fcab30b commit d3f69deCopy full SHA for d3f69de
.github/workflows/ci.yml
@@ -218,7 +218,7 @@ jobs:
218
working-directory: server
219
run: npm publish
220
env:
221
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
222
223
- name: Copy analysis binaries to tools folder
224
run: cp -r server/analysis_binaries/* tools/analysis_binaries
@@ -234,4 +234,4 @@ jobs:
234
working-directory: tools
235
236
237
0 commit comments