Skip to content

Commit

Permalink
fix: dont check langs
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh committed Feb 28, 2024
1 parent bf21a8f commit ca6ab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/actions/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func Release() error {
}

func addPublishOutputs(outputs map[string]string) error {
wf, err := configuration.GetWorkflowAndValidateLanguages(true)
wf, err := configuration.GetWorkflowAndValidateLanguages(false)
if err != nil {
return err
}
Expand Down

0 comments on commit ca6ab20

Please sign in to comment.