From d5c8d70f02f9677be305bff1fe209e6e6a2b9bd2 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 2 May 2026 03:06:30 +0100 Subject: [PATCH] ci: install deps before plugin npm publish preview --- .github/workflows/plugin-npm-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/plugin-npm-release.yml b/.github/workflows/plugin-npm-release.yml index 2e4f72a6f4a..72d2452ef72 100644 --- a/.github/workflows/plugin-npm-release.yml +++ b/.github/workflows/plugin-npm-release.yml @@ -163,7 +163,6 @@ jobs: node-version: ${{ env.NODE_VERSION }} pnpm-version: ${{ env.PNPM_VERSION }} install-bun: "false" - install-deps: "false" - name: Preview publish command run: bash scripts/plugin-npm-publish.sh --dry-run "${{ matrix.plugin.packageDir }}" @@ -197,7 +196,6 @@ jobs: node-version: ${{ env.NODE_VERSION }} pnpm-version: ${{ env.PNPM_VERSION }} install-bun: "false" - install-deps: "false" - name: Ensure version is not already published env: