Merge branch 'xMAC94x/fix_gittag_ci_step' into 'master'

try to fix gittag job

See merge request veloren/veloren!4042
This commit is contained in:
Marcel 2023-08-04 09:23:43 +00:00
commit aaaa8c13b0

View File

@ -43,6 +43,7 @@ gittag:
- git remote set-url origin https://veloren-bot:${GITLAB_TOKEN_WRITE}@${CI_PROJECT_URL:8}
- |
if [[ ! "${SCHEDULE_CADENCE}" =~ ${TAG_REGEX} ]]; then
git fetch;
git tag -a "${SCHEDULE_CADENCE}" -m '' -f;
git push origin "${SCHEDULE_CADENCE}" -f;
fi