ci: Skip build step

pull/1847/head
Elian Doran 2024-09-11 21:47:43 +07:00
parent b91f7d1406
commit 5b736dd451
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

@ -12,5 +12,6 @@ jobs:
node-version: 20
cache: "npm"
- run: yarn install
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}