Skip to content

Commit 688f439

Browse files
committed
fix post-release push destination
1 parent 8e3268a commit 688f439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ jobs:
144144
git add CHANGELOG.md
145145
if ! git diff --quiet --cached; then
146146
git commit -m "Force our CHANGELOG to override merge conflicts"
147-
git push origin "post-release-${VERSION}"
147+
git push origin "prepare-main-for-next-dev-cycle-${VERSION}"
148148
fi

0 commit comments

Comments
 (0)