diff --git a/.github/workflows/docs-release.yaml b/.github/workflows/docs-release.yaml index 6afd7f5e526..d59de74510c 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."