diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml.disabled similarity index 100% rename from .github/workflows/ci.yml rename to .github/workflows/ci.yml.disabled diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b17890..fe2e4d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,14 @@ jobs: steps: - name: Checkout branch uses: actions/checkout@v6 - - name: Setup pnpm - uses: pnpm/action-setup@v4 + # - name: Setup pnpm + # uses: pnpm/action-setup@v4 - name: Setup node.js 20 uses: actions/setup-node@v6 with: node-version: 24 - cache: 'pnpm' + cache: 'npm' - name: Install Dependencies - run: pnpm i --frozen-lockfile - - name: Semantic release - run: pnpm publish --verbose + run: npm i --frozen-lockfile + - name: release + run: npm publish --verbose