Skip to content

Commit

Permalink
chore: replace deprecated hub with gh for releases (paradigmxyz#4996)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter authored Oct 12, 2023
1 parent d6ea90f commit 71ccd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 71ccd2a

Please sign in to comment.