Skip to content
Snippets Groups Projects
Commit e8ca6a2b authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

Update release.yml

parent 36ea66b8
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,4 @@ release: ...@@ -9,5 +9,4 @@ release:
- export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA) - export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
--released-at $COMMIT_TIME --released-at $COMMIT_TIME
rules: rules:
- if: '$CI_COMMIT_TAG =~ /^v\d+.\d+.\d|\d+.\d+/' - if: ('$CI_COMMIT_TAG =~ /^v\d+.\d+.\d|\d+.\d+/' && '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH')
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment