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