Skip to content

Commit

Permalink
chore: 更新pnpm-lock.yaml
Browse files Browse the repository at this point in the history
Change-Id: I6fcdb9129c1fffdcae72e5de978a92cdb8606ba7
  • Loading branch information
njikm2010 committed Dec 20, 2023
1 parent 45b7a0c commit cb426d2
Show file tree
Hide file tree
Showing 2 changed files with 1,424 additions and 1,604 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
# 安装 Node
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: pnpm i -f
- run: pnpm build
- run: npm config set //registry.npmjs.org/:_authToken $NODE_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: pnpm publish -r --no-git-checks --registry=$NPM_REGISTRY --access public --dry-run
- run: pnpm publish -r --no-git-checks --registry=$NPM_REGISTRY --access public
Loading

0 comments on commit cb426d2

Please sign in to comment.