Skip to content

Commit

Permalink
fix: correct ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinidlerz committed Oct 21, 2024
1 parent 9112193 commit 67fd9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm i pnpm -g
- run: pnpm i
- run: pnpm run test
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && . $HOME/.cargo/env && rustup target add wasm32-wasi
- run: pnpm run build
- run: pnpm run test
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}

0 comments on commit 67fd9f3

Please sign in to comment.