Skip to content

Commit

Permalink
chore(release): 0.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Oct 14, 2024
1 parent 6c1d2d9 commit 0076de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0076de4

Please sign in to comment.