Skip to content

Commit

Permalink
Updating github release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kashishm committed Apr 1, 2016
1 parent 2c3c342 commit 1eb21fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ go get -v -u github.com/aktau/github-release

version=$(ls $repoName-*-linux.x86.zip | sed "s/^$repoName-\([^;]*\)-linux.x86.zip/\1/")

release_description=$(ruby <(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb) $repoName)
release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" $repoName)

$GOPATH/bin/github-release release -u getgauge -r $repoName --draft -t "v$version" -d "$release_description" -n "$repoName $version"

Expand Down

0 comments on commit 1eb21fa

Please sign in to comment.