From 4f55a80e6d2fcbd5e417ca4603ed39cea43ffb02 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 15 Sep 2021 15:36:59 -0700 Subject: Set branch to master Signed-off-by: Tim Smith --- .expeditor/publish-release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/publish-release-notes.sh b/.expeditor/publish-release-notes.sh index fc89315bb5..6f5f232301 100755 --- a/.expeditor/publish-release-notes.sh +++ b/.expeditor/publish-release-notes.sh @@ -26,7 +26,7 @@ EOH # Push changes back up to GitHub git add . git commit -m "Release Notes for promoted build $EXPEDITOR_VERSION" - git push origin main + git push origin master popd rm -rf chef.wiki -- cgit v1.2.1