Skip to content

Commit 0cc1aeb

Browse files
committed
fix branch
1 parent adbffd0 commit 0cc1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ promoteToPublic:
548548
set -eu
549549
branch="promote/release-{{version}}-update-main"
550550
echo "Checking out origin/main"
551-
git fetch origin "${branch}"
551+
git fetch origin main
552552
echo "Creating branch origin/${branch}"
553553
git switch -c "${branch}"
554554

0 commit comments

Comments
 (0)