From ed2647b742c0db074c8833bde01886cedbc06e12 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Tue, 23 Jan 2024 16:42:59 +0000 Subject: [PATCH] Chore: Fix typo in docs workflow (#81111) Fix typo --- .github/workflows/publish-technical-documentation-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 87f34de25b2..c22bb41cb48 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -55,7 +55,7 @@ jobs: # Tags aren't necessarily made to the HEAD of the version branch. # The documentation to be published is always on the HEAD of the version branch. if: "steps.has-matching-release-tag.outputs.bool == 'true' && github.ref_type == 'tag'" - run: "git switch --detach origin/${{ steps.target.output.target }}.x" + run: "git switch --detach origin/${{ steps.target.outputs.target }}.x" - name: "Publish to website repository (release)" if: "steps.has-matching-release-tag.outputs.bool == 'true'"