From 3b1d4a8c1c488243524c4c286cc651bc6c98fe43 Mon Sep 17 00:00:00 2001 From: Saggi Mizrahi Date: Wed, 19 Jul 2023 18:51:08 +0000 Subject: [PATCH] Use gh instead of hub --- tools/mc2bq/aux/release-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mc2bq/aux/release-artifacts.sh b/tools/mc2bq/aux/release-artifacts.sh index c2aea8a..06286bf 100755 --- a/tools/mc2bq/aux/release-artifacts.sh +++ b/tools/mc2bq/aux/release-artifacts.sh @@ -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