Skip to content

Commit

Permalink
Add git username (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger authored Nov 1, 2024
1 parent fe7312e commit 647fb17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ CHECKSUM=""
BRANCH_NAME="update-versions-$SEM_VERSION"

function checkout {
git config --global user.name "MapboxCI"
git config --global user.email "[email protected]"
git checkout -B "$BRANCH_NAME"
}

Expand Down

0 comments on commit 647fb17

Please sign in to comment.