From 4f5d7385c3edd46941ebd8758e67fc448c1a73ed Mon Sep 17 00:00:00 2001 From: Rocio Perez Date: Tue, 23 Nov 2021 11:36:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e51e7da20a69..a6fd52bd2900 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ The [preDeploy workflow](https://github.com/Expensify/App/blob/main/.github/work The [`deploy` workflow](https://github.com/Expensify/App/blob/main/.github/workflows/deploy.yml) is really quite simple. It runs when code is pushed to the `staging` or `production` branches, and: - If `staging` was updated, it creates a tag matching the new version, and pushes tags. -- If `production` was updated, it creates a GitHub Release for the new version +- If `production` was updated, it creates a GitHub Release for the new version. ### platformDeploy The [`platformDeploy` workflow](https://github.com/Expensify/App/blob/main/.github/workflows/platformDeploy.yml) is what actually runs the deployment on all four platforms (iOS, Android, Web, macOS Desktop). It runs a staging deploy whenever a new tag is pushed to GitHub, and runs a production deploy whenever a new release is created.