Skip to content

Commit 81a61f8

Browse files
committed
changed the pr branch for testing purposes
1 parent 14b1725 commit 81a61f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
git checkout -b version-bump-$NEXT_VERSION
4242
# Push the changes and create a pull request
4343
git push origin version-bump-$NEXT_VERSION --force
44-
gh pr create --base main --head version-bump-$NEXT_VERSION --title "Bumped version to $NEXT_VERSION" --fill
44+
gh pr create --base toml-v-update-fix --head version-bump-$NEXT_VERSION --title "Bumped version to $NEXT_VERSION" --fill
45+

0 commit comments

Comments
 (0)