Skip to content

Commit bd91bb9

Browse files
committed
ci: fix default branch
1 parent 6d88059 commit bd91bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knope.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ command = "git push --force --set-upstream origin release"
3030

3131
[[workflows.steps]]
3232
type = "CreatePullRequest"
33-
base = "main"
33+
base = "master"
3434

3535
[workflows.steps.title]
3636
template = "chore: prepare release $version"

0 commit comments

Comments
 (0)