Skip to content

Commit

Permalink
Merge branch 'develop' into feature/upgrade-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 committed Feb 3, 2017
2 parents 7aa8330 + d860a9b commit b6794a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/nightly-publish
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ git config user.name "$commitAuthorName"
git config user.email "$commitAuthorEmail"
git config credential.helper "store --file=.git/credentials"

echo "https://${COVALENT_NIGHTLY_TOKEN}:@github.com" > .git/credentials

git add -A
git commit -m "$commitMessage"
git tag "$commitSha"
Expand Down

0 comments on commit b6794a3

Please sign in to comment.