ci: Skip build step

This commit is contained in:
Elian Doran 2024-09-11 21:47:43 +03:00
parent b91f7d1406
commit 5b736dd451
No known key found for this signature in database

View File

@ -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}}