mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Try to create tag with token
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user