Skip to content

Commit

Permalink
Update github release script
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsc committed Oct 14, 2019
1 parent c3b1414 commit 2f87822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build/github_release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
export version=$(grep '"version"' ../plugin.json | sed 's/"version":[[:space:]]*"//' | sed 's/",//' | tr -d [:space:])
export version=$(grep '"version"' plugin.json | sed 's/"version":[[:space:]]*"//' | sed 's/",//' | tr -d [:space:])
go run build/make.go --all-platforms --distro
cd deploy
curl -sSfL https://github.com/getgauge/gauge/raw/master/build/github_release.sh | sh
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Execution"
],
"gaugeVersionSupport": {
"minimum": "1.0.6",
"minimum": "1.0.0",
"maximum": ""
}
}

0 comments on commit 2f87822

Please sign in to comment.