Skip to content

Commit 5c06335

Browse files
committed
chore: Replace hub with gh
See: actions/runner-images#8362
1 parent 53d2e17 commit 5c06335

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ jobs:
5151
run: |
5252
set -x
5353
sbt Universal/packageBin
54-
args=$(printf -- "-a %q " {admin,worker}/target/**/*.jar admin/target/*.deb admin/target/universal/piezo-admin*.zip)
55-
hub release create $args -m "Release $VERSION" $VERSION
54+
gh release create -t "Release $VERSION" --generate-notes $VERSION {admin,worker}/target/**/*.jar admin/target/*.deb admin/target/universal/piezo-admin*.zip

0 commit comments

Comments
 (0)