From 183194917af2912091ea7654048faa69a56982e1 Mon Sep 17 00:00:00 2001 From: Harshal Bhatia Date: Wed, 30 Mar 2022 12:33:14 +0530 Subject: [PATCH] [Harshal|Nikhilesh] Fix git repo link in release script --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 8faca85..8dff60e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -14,5 +14,5 @@ git config user.name "Github Actions" git config user.email "<>" git add . git commit -m "[GH Actions] updating brew formula for release $GITHUB_REF_NAME" -git push --force --quiet "https://$GITHUB_TOKEN:@github.com/gojektech/homebrew-tap.git" +git push --force --quiet "https://$GITHUB_TOKEN:@github.com/gojek/homebrew-tap.git"