updater: check build is ready

pull/202/head
Harvey Tindall 3 years ago
parent a8daa2c77e
commit 9395165916
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -205,7 +205,7 @@ func (ud *Updater) GetTag() (Tag, int, error) {
}
func (t *Tag) IsNew() bool {
return t.Version[:7] != commit
return t.Version[:7] != commit && t.Ready
}
func (ud *Updater) getRelease() (release GHRelease, status int, err error) {

Loading…
Cancel
Save