Skip to content

Commit dc70f5f

Browse files
feat: use different error code on ci condition error
1 parent 380c563 commit dc70f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/semantic-release/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func main() {
120120
"defaultBranch": defaultBranch,
121121
"private": isPrivate || *isTravisCom,
122122
}
123-
exitIfError(ci.RunCondition(config))
123+
exitIfError(ci.RunCondition(config), 66)
124124
}
125125

126126
logger.Println("getting latest release...")

0 commit comments

Comments
 (0)