Skip to content

Commit be07872

Browse files
committed
fix name of branch pushed to
1 parent c1bd9cc commit be07872

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
@@ -150,5 +150,5 @@ jobs:
150150
git add CHANGELOG.md
151151
if ! git diff --quiet --cached; then
152152
git commit -m "Force our CHANGELOG to override merge conflicts"
153-
git push origin "post-release-${VERSION}"
153+
git push origin "prepare-main-for-next-dev-cycle-${VERSION}"
154154
fi

0 commit comments

Comments
 (0)