From 505e8204e242b96d70808fde7353b27fe6a42a10 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Fri, 30 Aug 2019 12:16:01 +0100 Subject: [PATCH] Try to create tag with token --- scripts/travis/release/git-tag-beta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/release/git-tag-beta.sh b/scripts/travis/release/git-tag-beta.sh index 4aca1e0f3a..b1a9ad3ec2 100755 --- a/scripts/travis/release/git-tag-beta.sh +++ b/scripts/travis/release/git-tag-beta.sh @@ -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