Skip to content

Commit

Permalink
chore: ci publish no git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 11, 2024
1 parent b540613 commit 1099fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
pnpm -r publish --access public
pnpm -r publish --access public --no-git-checks

0 comments on commit 1099fe6

Please sign in to comment.