Skip to content

Commit

Permalink
chore(ci): release minor versions as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRFS committed Jan 14, 2025
1 parent 037d0d7 commit aae3a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/.gitlab-ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ determine_new_stable_version:
- apt-get update
- apt-get install -y --no-install-recommends jq
rules:
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.0/'
- if: '$CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.[0-9]+/'
when: always
- if: ($CI_COMMIT_BRANCH =~ /^release/ && $DRY_RUN_RELEASE != null)
when: always
Expand Down

0 comments on commit aae3a71

Please sign in to comment.