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 776df62 commit eb44dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
rustup target add wasm32-wasi
- name: Publish to npm
uses: pnpm/action-publish@v1
run: pnpm publish --access public --no-git-checks
run: |
pnpm run build
pnpm publish --access public --no-git-checks
env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit eb44dd7

Please sign in to comment.