From cf286072506425b7d89a76d953e37a842abd0624 Mon Sep 17 00:00:00 2001 From: NivedhaSenthil Date: Fri, 10 Apr 2020 15:19:46 +0530 Subject: [PATCH] Fix release script params --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 5ff70b7..ad8864b 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -44,7 +44,7 @@ jobs: echo -e "Gauge Dotnet v$version\n\n" > desc.txt - release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" gauge-dotnet getgauge) + release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" getgauge gauge-dotnet) echo "$release_description" >> desc.txt