mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Try to create tag with token
This commit is contained in:
parent
52210594ad
commit
505e8204e2
@ -5,5 +5,5 @@ VERSION=$(npm view @alfresco/adf-core@beta version)
|
|||||||
echo "git tag -a ${VERSION} -m ${VERSION}"
|
echo "git tag -a ${VERSION} -m ${VERSION}"
|
||||||
git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
git tag -a ${VERSION} -m "${VERSION} [ci skip] "
|
||||||
git remote rm origin
|
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
|
git push origin --tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user