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:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- run: pnpm ci
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}