Skip to content

Commit

Permalink
[Harshal|Nikhilesh] Fix git repo link in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalbhatia committed Mar 30, 2022
1 parent 32b5ca3 commit 1831949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1831949

Please sign in to comment.