diff --git a/docs/ci.md b/docs/ci.md index ef9e002fd3f..b59d1dda4cc 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -34,7 +34,7 @@ Every night, we run a Github [Action](../.github/workflows/tag_latest_beta.yml) Xcode Cloud has a workflow titled "Nightly Build" that is set to trigger a build distribution whenever the `latest_beta` tag changes. -Once a build completes in this workflow, it pushes a git tag entitled `betas/{build number}` to the repository, so that we know which commit a nightly build is built against. It performs this task via [ci_post_xcodebuild.sh](../.ci_scripts/ci_post-xcodebuild.sh) and our [tag_script_xcodebuild.sh](../.ci_scripts/tag_script_xcodebuild.sh) script. +Once a build completes in this workflow, it pushes a git tag entitled `betas/{build number}` to the repository, so that we know which commit a nightly build is built against. It performs this task via [ci_post_xcodebuild.sh](../ci_scripts/ci_post_xcodebuild.sh) and our [tag_script_xcodebuild.sh](../ci_scripts/tag_script_xcodebuild.sh) script. ## Weekly Staging Build