Skip to content

Commit 749751d

Browse files
committed
fix(rust): publish crates
1 parent 49c169a commit 749751d

File tree

6 files changed

+189
-87
lines changed

6 files changed

+189
-87
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
pnpm run build
9191
npm publish --access public
9292
env:
93-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
93+
NODE_AUTH_TOKEN: ${{ secrets.NPM_DEPLOY_TOKEN }}
9494

9595
- name: Publish Rust crate
9696
if: startsWith(matrix.package, 'crates/')

0 commit comments

Comments
 (0)