Skip to content

Commit

Permalink
Fix release script params
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSenthil committed Apr 10, 2020
1 parent 94b10f5 commit cf28607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf28607

Please sign in to comment.