Skip to content

Commit

Permalink
Merge pull request #229 from ralexstokes/fix-release-ci
Browse files Browse the repository at this point in the history
use right command name for github command
  • Loading branch information
ralexstokes authored May 1, 2024
2 parents 5d75aa6 + 387e1b2 commit a30bfd4
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 @@ -124,4 +124,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 a30bfd4

Please sign in to comment.