Skip to content

Commit

Permalink
Move to github-cli instead of hub
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed May 24, 2024
1 parent 296d4a6 commit a5bb59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
release_description=$(ruby -e "$(curl -sSfL https://github.com/getgauge/gauge/raw/master/build/create_release_text.rb)" getgauge taiko)
echo "$release_description" >> desc.txt
echo "Creating new draft for release v$version"
hub release create -F ./desc.txt "v$version"
gh release create "v$version" -F ./desc.txt
rm -rf desc.txt
- name: 'deployment success'
Expand Down

0 comments on commit a5bb59e

Please sign in to comment.