Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,9 @@ ruby-versions: - RUBY_VERSION: ["3.2", "3.3"] deploy: rules: - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/ extends: .with_bundle stage: release script: - tools/deploy-rubygem.sh only: - tags Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,9 @@ ruby-versions: - RUBY_VERSION: ["3.2", "3.3"] deploy: rules: - if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/ extends: .with_bundle stage: release script: - tools/deploy-rubygem.sh only: - tags