mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Use regex to match vX.Y.Z
This commit is contained in:
parent
b219d6a6b6
commit
62dd85ab67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue