Skip to content

Commit

Permalink
Replace hub CLI with gh CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
jacobtomlinson committed Feb 22, 2024
1 parent 5c8a978 commit c2c744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
cd bin
tag_name="${GITHUB_REF##*/}"
hub release edit $(find . -type f -name "canary_*" -printf "-a %p ") -m "" "$tag_name"
gh release upload "$tag_name" canary_*

0 comments on commit c2c744b

Please sign in to comment.