From 2b323d2f70beb5be9c45bdbb817a3f6ca2d20660 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Thu, 3 Oct 2024 10:30:11 -0400 Subject: [PATCH] #8534: Good eye Raymond! Fixinging the branch name. --- .github/workflows/docs-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 6afd7f5e526f..d59de74510cd 100644 --- a/.github/workflows/docs-release.yaml +++ b/.github/workflows/docs-release.yaml @@ -105,7 +105,7 @@ jobs: echo "Register new documentation versions" python update_tags.py tt-metalium $DOCS_VERSION python update_tags.py ttnn $DOCS_VERSION - git checkout mains + git checkout main git add . git commit -m "Update ttnn and tt-metalium docs from pipeline ${{ github.run_id }} with tag $DOCS_VERSION" echo "Tag commits to identify different versions."