Skip to content

Commit 6b4c8c9

Browse files
authored
fix: generated evergreen tasks for publishing with wrong dependency (#2683)
1 parent 3928fda commit 6b4c8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/genevergreen/generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func PublishStableTasks(c *shrub.Configuration, toolName string) {
185185
Variant: "code_health",
186186
},
187187
{
188-
Name: fmt.Sprintf("release_%s", toolName),
188+
Name: "package_goreleaser",
189189
Variant: fmt.Sprintf("release_%s_github", toolName),
190190
},
191191
}

0 commit comments

Comments
 (0)