Skip to content

Commit

Permalink
Merge pull request #90 from lucidsoftware/hub-gh
Browse files Browse the repository at this point in the history
Update release action to use gh instead of hub
  • Loading branch information
tmccombs authored Nov 12, 2024
2 parents c998635 + 5c56ec7 commit 0962d4e
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 0962d4e

Please sign in to comment.