Skip to content

Commit 77c0d75

Browse files
authored
fix the github ci (#213)
# Goal The goal of this PR is to fix the npm publish issue related to #211
1 parent ced7454 commit 77c0d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ jobs:
274274
if: env.TEST_RUN != 'true'
275275
run: npm publish --access public
276276
env:
277-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
277+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
278278

279279
- name: Dry run NPM Package
280280
working-directory: bridge/node
281281
if: env.TEST_RUN == 'true'
282282
run: npm publish --access public --dry-run
283283
env:
284-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
284+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
285285

286286
generate-docs:
287287
name: Generate graph sdk rust docs

0 commit comments

Comments
 (0)