Skip to content

Commit

Permalink
feat: set sdk version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Jun 19, 2024
1 parent 1a92aa0 commit 94c99bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/actions/runWorkflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ func RunWorkflow() error {
}
if release, _, err := g.GetReleaseByTag(context.Background(), tagName); err == nil && release != nil {
logging.Debug("cannot manually set a version: %s that has already been released", setVersion)
return fmt.Errorf("cannot manually set a version: %s that has already been released", setVersion)
}

return fmt.Errorf("cannot manually set a version: %s that has already been released", setVersion)
}

runRes, outputs, err := run.Run(g, wf)
Expand Down

0 comments on commit 94c99bd

Please sign in to comment.