Skip to content
Snippets Groups Projects
Commit c90c7db7 authored by Julian's avatar Julian
Browse files

Push tags after updating tags each app

......@@ -41,9 +41,8 @@ update_release_tags:
while read version; do
git tag "release/$app_id/$version" || true # don't fail if tags exists
done
git push --tags
done
git tag --list
- git push --tags
package:apt:bullseye:
stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment