diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd0804f..cbe0d28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,6 @@ jobs: with: fetch-depth: 0 - steps: - - uses: pnpm/action-setup@v5 - with: - version: 10 - - name: Set node uses: actions/setup-node@v6 with: @@ -29,7 +24,3 @@ jobs: - run: npx changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - - run: pnpm install - - run: pnpm build - - run: npm publish \ No newline at end of file