Try to create tag with token

This commit is contained in:
maurizio vitale 2019-08-30 12:16:01 +01:00
parent 52210594ad
commit 505e8204e2

View File

@ -5,5 +5,5 @@ VERSION=$(npm view @alfresco/adf-core@beta version)
echo "git tag -a ${VERSION} -m ${VERSION}"
git tag -a ${VERSION} -m "${VERSION} [ci skip] "
git remote rm origin
git remote add origin 'https://$GITHUB_TOKEN:@github.com:Alfresco/alfresco-ng2-components.git'
git remote add origin 'https://$GITHUB_TOKEN:x-oauth-basic@github.com:Alfresco/alfresco-ng2-components.git'
git push origin --tags