This commit is contained in:
Ben Wallis 2021-04-16 21:25:04 +01:00
parent f9d770ffa6
commit 04319fb368

View File

@ -44,6 +44,7 @@ tag-release:
script:
- 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"
- git remote add api-origin https://oauth2:${TAGTOKEN}@gitlab.com/veloren/veloren.git
- git tag -f airshipper
- git push api-origin --tags -f