Skip to content

Commit

Permalink
Add github release script
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsc committed Oct 11, 2019
1 parent ed0adb8 commit c3b1414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/github_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
export version=$(grep '"version"' ../plugin.json | sed 's/"version":[[:space:]]*"//' | sed 's/",//' | tr -d [:space:])
curl -sSfL https://github.com/getgauge/gauge/raw/master/build/github_release.sh | sh

0 comments on commit c3b1414

Please sign in to comment.