Skip to content

Commit

Permalink
Merge pull request #109 from lucidsoftware/gh-replaces-hub
Browse files Browse the repository at this point in the history
chore: Replace hub with gh
  • Loading branch information
tmccombs authored Mar 19, 2024
2 parents 53d2e17 + 5c06335 commit d8035fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ jobs:
run: |
set -x
sbt Universal/packageBin
args=$(printf -- "-a %q " {admin,worker}/target/**/*.jar admin/target/*.deb admin/target/universal/piezo-admin*.zip)
hub release create $args -m "Release $VERSION" $VERSION
gh release create -t "Release $VERSION" --generate-notes $VERSION {admin,worker}/target/**/*.jar admin/target/*.deb admin/target/universal/piezo-admin*.zip

0 comments on commit d8035fd

Please sign in to comment.