From 1f0cf29b78a654b3ce9cc1a414faba3f617f8b66 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:11:40 +0200 Subject: [PATCH] fix: use npm i always (for now) (#1557) --- .github/actions/npm/action.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/actions/npm/action.yml b/.github/actions/npm/action.yml index 3bcc8f370e..901d469b4d 100644 --- a/.github/actions/npm/action.yml +++ b/.github/actions/npm/action.yml @@ -5,12 +5,6 @@ runs: steps: - run: npm i shell: bash - if: contains(' - refs/heads/master - refs/heads/release-please--branches--master - ', github.ref) + if: true - uses: bahmutov/npm-install@v1 - if: contains(' - refs/heads/master - refs/heads/release-please--branches--master - ', github.ref) == false + if: false