diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eaa0952..6a6a122 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,9 +18,6 @@ jobs: node-version: "23" registry-url: "https://registry.npmjs.org/" - - name: Install dependencies - run: npm ci - - name: Publish to npm run: npm publish --tag alpha --access public env: