Skip to content

Commit

Permalink
Update github account
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 5, 2022
1 parent 0e507b1 commit 03d1ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ fi
echo "Staging $stageVersion (next version will be $nextVersion)"
sed -i "s/version=$snapshotVersion/version=$stageVersion/" gradle.properties

git config user.name "Spring Buildmaster" > /dev/null
git config user.email "[email protected]" > /dev/null
git config user.name "Spring Builds" > /dev/null
git config user.email "[email protected]" > /dev/null
git add gradle.properties > /dev/null
git commit -m"Release v$stageVersion" > /dev/null
git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
Expand Down

0 comments on commit 03d1ff8

Please sign in to comment.