From 01c729909fda1097419665afc3e9d7a4d27f3c07 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Thu, 22 Feb 2024 12:00:10 -0800 Subject: [PATCH] Fixing docs default branch switch (#1054) Signed-off-by: willdavsmith --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4aa2ec97..c85a2b929 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,5 +45,5 @@ jobs: --method PATCH \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - /repos/radius-project/docs \ + repos/radius-project/docs \ -f default_branch='v${{ steps.parse_release_channel.outputs.channel }}'