This commit is contained in:
parent
1e91baab3e
commit
8c60cd884c
@ -19,6 +19,6 @@ jobs:
|
|||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
- run: pnpm run test
|
- run: pnpm run test
|
||||||
- run: pnpm publish
|
- run: pnpm publish --no-git-checks
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
2
.npmrc
2
.npmrc
@ -1,3 +1 @@
|
|||||||
git-checks=false
|
|
||||||
|
|
||||||
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
Loading…
Reference in New Issue
Block a user