Skip to content

Commit 7e112d6

Browse files
authored
chore: fix npm publish (#233)
Noticed this in the GH action logs.
1 parent d52790a commit 7e112d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ jobs:
6363
github.repository == 'denoland/eszip' &&
6464
startsWith(github.ref, 'refs/tags/')
6565
env:
66-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6766
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6867
run: |
69-
cargo publish
7068
cd npm/ && npm publish

0 commit comments

Comments
 (0)