diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 3fb38818..31d6f205 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -226,7 +226,7 @@ jobs: git update-index --assume-unchanged .yarnrc.yml git add . git diff-index --quiet HEAD || git commit -m "[skip ci] update README with latest command reference" - git push origin HEAD:master + git push origin HEAD:0.20.x update_homebrew_formula: name: Update Homebrew Formula diff --git a/package.json b/package.json index ce0a112c..1d9504a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apify-cli", - "version": "0.20.9", + "version": "0.20.10", "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.", "exports": "./dist/index.js", "types": "./dist/index.d.ts",