Skip to content

Commit

Permalink
make sure version is set correctly for brig binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <kent.rancourt@microsoft.com>
  • Loading branch information
krancour committed Jun 11, 2019
1 parent e372f1f commit 5effee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brigade.js
Expand Up @@ -193,7 +193,7 @@ function githubRelease(p, tag) {
job.tasks = [
"go get github.com/aktau/github-release",
`cd ${localPath}`,
"make build-brig",
`VERSION=${tag} make build-brig`,
`last_tag=$(git describe --tags ${tag}^ --abbrev=0 --always)`,
`github-release release \
-t ${tag} \
Expand Down

0 comments on commit 5effee0

Please sign in to comment.