Skip to content

Commit

Permalink
removed gh login from the release script (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych authored Aug 7, 2024
1 parent 1456c88 commit dd8f50a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd8f50a

Please sign in to comment.