Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 1, 2019
1 parent 678ab3c commit d87fbec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/actions/release_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ func GetReleaseInfo() (*ReleaseInfo, error) {
client := resty.New()
for _, releaseAsset := range event.Release.Assets {
_, err = getAssetInfo(client, releaseAsset)
if err != nil {
return nil, err
}
}

logrus.Info(event)
Expand Down

0 comments on commit d87fbec

Please sign in to comment.