Skip to content

Commit d39df83

Browse files
authored
main is spelled differently (#457)
1 parent a526240 commit d39df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dagger/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func checkGitTree(ctx context.Context, source *dagger.Directory, githubToken *da
271271

272272
gitBranchOutput = strings.TrimSpace(gitBranchOutput)
273273

274-
if !strings.Contains(gitBranchOutput, "* git-tree-ditry") {
274+
if !strings.Contains(gitBranchOutput, "* main") {
275275
return false, ErrMainBranch
276276
}
277277

0 commit comments

Comments
 (0)