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