Skip to content
Snippets Groups Projects
Verified Commit 62dd85ab authored by Joe Donofry's avatar Joe Donofry
Browse files

Use regex to match vX.Y.Z

parent b219d6a6
No related branches found
No related tags found
No related merge requests found
Pipeline #4422 canceled
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment