Use regex to match vX.Y.Z

pull/1382/head
Joseph Donofry 2 years ago
parent b219d6a6b6
commit 62dd85ab67
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .gitlab-ci.yml

@ -313,7 +313,7 @@ github-release:
image: alpine:latest
tags: [docker]
rules:
- if: '$CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/'
before_script:
- apk update && apk add jq
script:

Loading…
Cancel
Save