Skip to content

Commit

Permalink
Add git author
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Jan 10, 2017
1 parent f1c82be commit feffd41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/ci/upload_nightly.sh
Expand Up @@ -52,7 +52,9 @@ update_brew() {
> "${tmp_dir}/Formula/servo-bin.rb"

git -C "${tmp_dir}" add ./Formula/servo-bin.rb
git -C "${tmp_dir}" commit -m "Version bump: ${version}"
git -C "${tmp_dir}" commit \
--author="Tom Servo <servo@servo.org>" \
--message="Version bump: ${version}"

git -C "${tmp_dir}" push -qf \
"https://${GITHUB_HOMEBREW_TOKEN}@github.com/servo/homebrew-servo.git" \
Expand Down

0 comments on commit feffd41

Please sign in to comment.