Add develop branch releases and display version tag (#216)

* Add releases for develop branch. Show version tag

* Pass version tag to cross-compile
This commit is contained in:
WithoutPants
2019-11-18 08:41:08 +11:00
committed by Leopere
parent 6dcb270471
commit 5963844191
7 changed files with 36 additions and 13 deletions

View File

@@ -61,7 +61,8 @@ query Logs {
}
query Version {
version {
hash,
version
hash
build_time
}
}

View File

@@ -1,4 +1,5 @@
type Version {
version: String
hash: String!
build_time: String!
}