workflow
Some checks failed
Publish Package / build (push) Failing after 9s

This commit is contained in:
Lee 2024-04-14 22:37:02 +01:00
parent 9b0d1e3497
commit 4b613ce966

@ -11,7 +11,12 @@ jobs:
with: with:
node-version: "20.x" node-version: "20.x"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- run: npm ci - uses: pnpm/action-setup@v3
- run: npm publish name: Install pnpm
with:
version: 8
run_install: false
- run: pnpm ci
- run: pnpm publish
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}