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
This commit is contained in:
parent
fefaeb00a8
commit
f292225951
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests-nightly.yml
vendored
4
.github/workflows/tests-nightly.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install saleor cli
|
- name: Install saleor cli
|
||||||
id: install-saleor-cli
|
id: install-saleor-cli
|
||||||
run: npm i -g saleor-cli@next
|
run: npm i -g @saleor/cli
|
||||||
|
|
||||||
- name: Cache node modules
|
- name: Cache node modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
@ -228,4 +228,4 @@ jobs:
|
||||||
node .github/workflows/approveAndMergeReleasePR.js \
|
node .github/workflows/approveAndMergeReleasePR.js \
|
||||||
--tests_status $tests_status \
|
--tests_status $tests_status \
|
||||||
--version $version \
|
--version $version \
|
||||||
--pull_request_number $pull_request_number
|
--pull_request_number $pull_request_number
|
||||||
|
|
Loading…
Reference in a new issue