diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a5adcf9..cdec52b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: with: node-version: '20.x' registry-url: 'https://registry.npmjs.org' - - run: npm ci - - run: npm publish --access public + - run: yarn build + - run: yarn publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}