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 ced7454 commit 77c0d75Copy full SHA for 77c0d75
.github/workflows/release.yml
@@ -274,14 +274,14 @@ jobs:
274
if: env.TEST_RUN != 'true'
275
run: npm publish --access public
276
env:
277
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
278
279
- name: Dry run NPM Package
280
working-directory: bridge/node
281
if: env.TEST_RUN == 'true'
282
run: npm publish --access public --dry-run
283
284
285
286
generate-docs:
287
name: Generate graph sdk rust docs
0 commit comments