diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367cfd88..154a646c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish if: github.ref == 'refs/heads/main' - run: pnpm publish --no-git-checks --tag alpha + run: npm publish --tag alpha env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: EndBug/add-and-commit@v9