mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-15 11:52:36 +00:00
fix: Add --no-git-checks to pnpm publish step
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
parent
0c901f0144
commit
9d114182cf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/publish_npm.yml
vendored
3
.github/workflows/publish_npm.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
- run: pnpm install
|
||||
- run: pnpm build
|
||||
- run: pnpm test
|
||||
- run: pnpm publish --provenance --access public
|
||||
# --no-git-checks because of https://github.com/pnpm/pnpm/issues/5894.
|
||||
- run: pnpm publish --provenance --access public --no-git-checks
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue