diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5bede3da..6f9421e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,6 @@ jobs: node-version: '16' registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm run build - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}