This commit is contained in:
Ben Wallis 2021-04-16 21:48:33 +01:00
parent f9ae1c58fb
commit f1c8ab59cd

View File

@ -45,7 +45,6 @@ tag-release:
- git config --global user.email "gitlab@veloren.net"
- git config --global user.name "Veloren Admin"
- git remote remove api-origin || echo "api-origin remote did not already exist"
- ACCESSTOKEN=$TAGTOKEN
- git remote add api-origin https://oauth2:$ACCESSTOKEN@gitlab.com/veloren/veloren.git
- git remote add api-origin https://oauth2:$XVARTEST@gitlab.com/veloren/veloren.git
- git tag -f airshipper
- git push api-origin --tags -f