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: