Skip to content

Commit 2e7319a

Browse files
waveywavesclaude
authored andcommitted
fix: use 'next' branch instead of 'main' for next version
Downstream repos use a 'next' branch, not 'main'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 15c7bfd commit 2e7319a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-image-rebuilds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
5353
if [[ "$VERSION" == "next" ]]; then
54-
BRANCH="main"
54+
BRANCH="next"
5555
else
5656
BRANCH="release-v${VERSION}.x"
5757
fi

0 commit comments

Comments
 (0)