diff --git a/build/github_release.sh b/build/github_release.sh index f9f16b9..1905351 100755 --- a/build/github_release.sh +++ b/build/github_release.sh @@ -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 \ No newline at end of file diff --git a/plugin.json b/plugin.json index 6e5780c..e53776a 100644 --- a/plugin.json +++ b/plugin.json @@ -23,7 +23,7 @@ "Execution" ], "gaugeVersionSupport": { - "minimum": "1.0.6", + "minimum": "1.0.0", "maximum": "" } }