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

Commit

Permalink
call getreleaseinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatjindal committed Oct 1, 2019
1 parent 8af20dc commit 80a9f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/release_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func GetReleaseInfo() error {
return fmt.Errorf("invalid event data")
}

logrus.Info(event.Release.Assets)
logrus.Info(event)
return nil
}

0 comments on commit 80a9f04

Please sign in to comment.