diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2e34ed..1494380 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,4 +76,4 @@ jobs: set -x tag="${GITHUB_REF#refs/tags/}" targets=($(printf -- "-a %s " */target/**/*.jar)) - hub release create "${targets[@]}" -m "Release $tag" $tag + gh release create "$tag" -n "Release $tag" "${targets[@]}"