We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d013fc7 commit 60a2bbbCopy full SHA for 60a2bbb
1 file changed
scripts/ci/publish-build-artifacts.sh
@@ -47,12 +47,12 @@ function publishRepo {
47
48
(
49
cd $REPO_DIR && \
50
- git add --all && \
51
- git commit -m "${COMMIT_MSG}" && \
52
git config credential.helper "store --file=.git/credentials" && \
53
echo "https://${GITHUB_TOKEN_ANGULAR}:@github.com" > .git/credentials && \
54
git config user.name "${COMMITTER_USER_NAME}" && \
55
git config user.email "${COMMITTER_USER_EMAIL}" && \
+ git add --all && \
+ git commit -m "${COMMIT_MSG}" && \
56
git push origin $BUILD_BRANCH && \
57
git tag "2.0.0-build.${SHORT_SHA}.${LANG}" && \
58
git push origin --tags
0 commit comments