Skip to content

Commit

Permalink
Use gh instead of hub
Browse files Browse the repository at this point in the history
  • Loading branch information
ficoos committed Jul 19, 2023
1 parent 741e7dc commit 3b1d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mc2bq/aux/release-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ find . -name "mc2bq_${tag_name}_*.tar.gz" -or -name "mc2bq_${tag_name}_*.zip" |
echo "Dev version not releasing"
echo ${artifact}
else
hub release create "${artifact}" "${tag_name}" -m "${tag_name}"
gh release upload --clobber "${tag_name}" "${artifact}"
fi
done

0 comments on commit 3b1d4a8

Please # to comment.