Skip to content

Commit 60a2bbb

Browse files
committed
chore(build): git config prior to committing
1 parent d013fc7 commit 60a2bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ci/publish-build-artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ function publishRepo {
4747

4848
(
4949
cd $REPO_DIR && \
50-
git add --all && \
51-
git commit -m "${COMMIT_MSG}" && \
5250
git config credential.helper "store --file=.git/credentials" && \
5351
echo "https://${GITHUB_TOKEN_ANGULAR}:@github.com" > .git/credentials && \
5452
git config user.name "${COMMITTER_USER_NAME}" && \
5553
git config user.email "${COMMITTER_USER_EMAIL}" && \
54+
git add --all && \
55+
git commit -m "${COMMIT_MSG}" && \
5656
git push origin $BUILD_BRANCH && \
5757
git tag "2.0.0-build.${SHORT_SHA}.${LANG}" && \
5858
git push origin --tags

0 commit comments

Comments
 (0)