summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-20 19:03:57 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-20 19:03:57 -0500
commit62dd85ab677cd1374f97b39dcc4d09a7d3bf4ff0 (patch)
tree8d7aee79ad063c880e16bc7a57e7d88aed06ed1b
parentCreate github release from tags and upload artifacts as assets (diff)
downloadnheko-62dd85ab677cd1374f97b39dcc4d09a7d3bf4ff0.tar.xz
Use regex to match vX.Y.Z
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index fe1cf1fc..9ee6744d 100644 --- a/.gitlab-ci.yml +++ b/.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: