From 48225a077b361636ed3e5fb30a1de252f3d3df09 Mon Sep 17 00:00:00 2001 From: ezl-keygraph Date: Wed, 18 Mar 2026 22:53:24 +0530 Subject: [PATCH] fix: remove redundant checkout and pnpm steps from beta release workflow --- .github/workflows/release-beta.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 54684b0..6a27694 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -18,12 +18,6 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - - name: Checkout - uses: actions/checkout@v6 - - - name: Install pnpm - uses: pnpm/action-setup@v4 - - name: Setup Node.js uses: actions/setup-node@v6 with: