From 18dc3fb5dfb9f233ccf72115280cf675d90ca845 Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:02:03 +0000 Subject: [PATCH] Fix typo --- ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build.sh b/ci_build.sh index a7aa898..01b0cd6 100755 --- a/ci_build.sh +++ b/ci_build.sh @@ -619,7 +619,7 @@ build_schema_variants() { echo "::endgroup::" } -# All the documentation site versioning is based of the branch name +# All the documentation site versioning is based off the branch name # so we need releases of the schema to be made on a release branch, # e.g. tag v4.1.2 on branch 4.1. check_branch_of_tag() {