Skip to content

Commit 7bbf582

Browse files
author
Vinay Shankar Shukla
authored
Fix release script (#12)
Signed-off-by: BugDiver <vinaysh@thoughtworks.com>
1 parent 0035f2b commit 7bbf582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "Updating release v$version"
4343
echo "---------------------------"
4444
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)
45+
release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" getgauge flash)
4646
echo "$release_description" >> desc.txt
4747
echo "Creating new draft for release v$version"
4848
hub release create -d -F ./desc.txt "v$version"

0 commit comments

Comments
 (0)