Skip to content

Commit

Permalink
[MWP-387] Switch from hub to gh CLI (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeredian authored Nov 28, 2023
1 parent 2c0390a commit 939f736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_release_with_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
run: |
cd build
files="$(find ../ -type f -name "*.curapackage" -printf "-a %p ")"
hub release edit $files -m "" "$RELEASE_VERSION"
gh release edit $files -m "" "$RELEASE_VERSION"

0 comments on commit 939f736

Please sign in to comment.