From 2db11294892233f4f8d86c34b4d07034c31183d6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 03:18:06 +0200 Subject: [PATCH] chore: update release action to not publish to npm --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) 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