Skip to content

Commit

Permalink
Specify name when publishing (#25).
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Dec 15, 2019
1 parent 5a6eb04 commit 646fc4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/split.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -x

cd `mktemp -d`
git clone https://github.com/jameswilddev/breadcad .
git config user.name breadcad
git config user.email [email protected]
git checkout $TRAVIS_TAG
git checkout -b release-temp
rm -f php/splitsh-lite.tar.gz
Expand Down

0 comments on commit 646fc4c

Please sign in to comment.