We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035f2b commit 7bbf582Copy full SHA for 7bbf582
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "Updating release v$version"
43
echo "---------------------------"
44
echo -e "Flash v$version\n\n" > desc.txt
45
- release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" flash getgauge)
+ release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" getgauge flash)
46
echo "$release_description" >> desc.txt
47
echo "Creating new draft for release v$version"
48
hub release create -d -F ./desc.txt "v$version"
0 commit comments