Commit 75a061f6 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'bvl/deploy-full-version' into 'master'

fix(deploy): fix the deployment to rubygems

See merge request !151

Merged-by: Bob Van Landuyt's avatarBob Van Landuyt <bob@gitlab.com>
Approved-by: Hercules Merscher's avatarHercules Merscher <hmerscher@gitlab.com>
parents e57fd449 3b7c14b2
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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