Skip to content
Snippets Groups Projects
Commit c32d266d authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Allow tag beta syntax to start a release job

parent 9b6a8ed0
No related branches found
No related tags found
No related merge requests found
Pipeline #21824 passed with stage
in 4 minutes and 45 seconds
......@@ -180,10 +180,8 @@ publish_libs:
release:
extends: .build-all-base
only:
- /^(\d+\.)?(\d+\.)?(\*|\d+)$/
except:
- branches
rules:
- if: '$CI_COMMIT_TAG =~ /^(\d+\.)?(\d+\.)?(\*|\d+)/'
script:
- ./buildsystem/compile.sh --init
- ./gradlew assembleRelease
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment