Skip to content

Commit

Permalink
ci: add --no-git-checks to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yooouuri committed Feb 23, 2023
1 parent 199c012 commit c92daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm install
- run: pnpm build
- run: pnpm publish --access public
- run: pnpm publish --access public --no-git-checks

0 comments on commit c92daac

Please sign in to comment.