joe
Some checks failed
Publish Package / build (push) Failing after 24s

This commit is contained in:
Lee 2024-04-14 22:45:08 +01:00
parent 1e91baab3e
commit 8c60cd884c
2 changed files with 2 additions and 4 deletions

@ -19,6 +19,6 @@ jobs:
- run: pnpm install
- run: pnpm run build
- run: pnpm run test
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

2
.npmrc

@ -1,3 +1 @@
git-checks=false
//registry.npmjs.org/:_authToken=${NPM_TOKEN}