Skip to content

Commit

Permalink
fix: generated evergreen tasks for publishing with wrong dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Feb 29, 2024
1 parent 3928fda commit 6b4c8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genevergreen/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func PublishStableTasks(c *shrub.Configuration, toolName string) {
Variant: "code_health",
},
{
Name: fmt.Sprintf("release_%s", toolName),
Name: "package_goreleaser",
Variant: fmt.Sprintf("release_%s_github", toolName),
},
}
Expand Down

0 comments on commit 6b4c8c9

Please sign in to comment.