From f292225951b0e9c05495d1569847af0b09489f26 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 24 Aug 2022 11:23:40 +0200 Subject: [PATCH] Change CLI source to point to @saleor/cli in npm (#2252) CLI is migrated to new namespace. Also, `@next` shouldn't be used on production code --- .github/workflows/tests-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index f5e0987a1..93161f9fb 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -50,7 +50,7 @@ jobs: - name: Install saleor cli id: install-saleor-cli - run: npm i -g saleor-cli@next + run: npm i -g @saleor/cli - name: Cache node modules uses: actions/cache@v2 @@ -228,4 +228,4 @@ jobs: node .github/workflows/approveAndMergeReleasePR.js \ --tests_status $tests_status \ --version $version \ - --pull_request_number $pull_request_number \ No newline at end of file + --pull_request_number $pull_request_number