fix tag script

This commit is contained in:
Eugenio Romano
2019-12-17 09:26:11 +00:00
parent 3f4c5c94b4
commit 5c7cd57368

View File

@@ -12,5 +12,5 @@ git config --local user.email "build@alfresco.com"
git tag -a ${VERSION} -m "${VERSION} [ci skip] " git tag -a ${VERSION} -m "${VERSION} [ci skip] "
git remote rm origin git remote rm origin
GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git
git-tag.shgit remote add origin $GITHUB_REPO git remote add origin $GITHUB_REPO
git push origin --tags git push origin --tags