Skip to content

Commit

Permalink
Update release action to use gh instead of hub
Browse files Browse the repository at this point in the history
hub has been removed from runner images. See
actions/runner-images#8362
  • Loading branch information
coreywoodfield committed Nov 12, 2024
1 parent c998635 commit 5c56ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"

0 comments on commit 5c56ec7

Please sign in to comment.