From 5c06335f6e365f126afe524ce10fd0f843da058a Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Tue, 19 Mar 2024 14:21:15 -0600 Subject: [PATCH] chore: Replace hub with gh See: https://github.com/actions/runner-images/issues/8362 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ae5f69..519b8a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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