Skip to content

Commit

Permalink
Fix jq check
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Sep 24, 2022
1 parent da7456f commit a04ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ upload_github() {


if [[ -z $skip_upload && -n $archive && -s $archive ]]; then
if command -v jq &>/dev/null; then
if ! command -v jq &>/dev/null; then
echo "Skipping upload because \"jq\" was not found."
echo
exit_code=1
Expand Down

0 comments on commit a04ecc6

Please sign in to comment.