From dd8f50a206d25f31bc9ebd6ff6fe03413c56ef31 Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Wed, 7 Aug 2024 15:37:19 +0100 Subject: [PATCH] removed gh login from the release script (#109) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1712af99..01b3d2ff 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,6 @@ github: release @:$(call check_defined, GITHUB_TOKEN, GitHub token) # Upload binary file to GitHub release brew list gh &>/dev/null || brew install gh - gh auth login # upload xcframework gh release upload $(version) ./build/xcframework/DatadogSDKTesting.zip --clobber # upload symbols