Skip to content

Commit e7e52ab

Browse files
committed
publish tools
1 parent a1e1a00 commit e7e52ab

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
@@ -219,7 +219,7 @@ jobs:
219219
working-directory: server
220220
run: npm publish
221221
env:
222-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
222+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
223223

224224
- name: Copy analysis binaries to tools folder
225225
run: cp -r server/analysis_binaries/* tools/analysis_binaries
@@ -235,4 +235,4 @@ jobs:
235235
working-directory: tools
236236
run: npm publish
237237
env:
238-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
238+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)