Skip to content

Commit 0076de4

Browse files
committed
chore(release): 0.20.10
1 parent 6c1d2d9 commit 0076de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
git update-index --assume-unchanged .yarnrc.yml
227227
git add .
228228
git diff-index --quiet HEAD || git commit -m "[skip ci] update README with latest command reference"
229-
git push origin HEAD:master
229+
git push origin HEAD:0.20.x
230230
231231
update_homebrew_formula:
232232
name: Update Homebrew Formula

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-cli",
3-
"version": "0.20.9",
3+
"version": "0.20.10",
44
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)