Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Oct 18, 2024
1 parent 3159b26 commit b2820e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
rustup target add wasm32-wasi
- name: Publish to npm
run: |
pnpm --filter=swc-plugin-canyon publish -f --no-git-checks --access=public --filter
- uses: actions/setup-node@v2
with:
node-version: 20
- run: pnpm --filter=swc-plugin-canyon publish -f --no-git-checks --access=public --filter
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit b2820e2

Please sign in to comment.