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