Skip to content

Commit 37bdf7e

Browse files
committed
changed the pr branch to main
1 parent cd26f87 commit 37bdf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-toml-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
git checkout -b version-bump-$NEXT_VERSION
5050
# Push the changes and create a pull request
5151
git push origin version-bump-$NEXT_VERSION --force
52-
gh pr create --base toml-v-update-fix --head version-bump-$NEXT_VERSION --title "Bumped version to $NEXT_VERSION" --fill
52+
gh pr create --base main --head version-bump-$NEXT_VERSION --title "Bumped version to $NEXT_VERSION" --fill
5353

0 commit comments

Comments
 (0)