mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: replace deprecated hub with gh for releases (#4996)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -232,4 +232,4 @@ jobs:
|
||||
assets+=("-a" "$asset/$asset")
|
||||
done
|
||||
tag_name="${{ env.VERSION }}"
|
||||
echo "$body" | hub release create --draft "${assets[@]}" -F "-" "$tag_name"
|
||||
echo "$body" | gh release create --draft "${assets[@]}" -F "-" "$tag_name"
|
||||
|
||||
Reference in New Issue
Block a user