Skip to content

Commit

Permalink
chore(release): v0.20.2 (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Jul 4, 2024
1 parent a8d9179 commit b1d9b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
- name: Update readme
if: env.RELEASE_TAG == 'latest'
run: |
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
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.1",
"version": "0.20.2",
"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 b1d9b13

Please sign in to comment.