v0.8.23 fix ci
This commit is contained in:
parent
7f430ff3ef
commit
524079c34b
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ release:
|
||||||
# Required is always one point like 1.0
|
# Required is always one point like 1.0
|
||||||
- if: $CI_COMMIT_REF_NAME == "master" && $CI_COMMIT_TAG =~ /^v?[0-9]+[.][0-9]+([.][0-9]+)?$/
|
- if: $CI_COMMIT_REF_NAME == "master" && $CI_COMMIT_TAG =~ /^v?[0-9]+[.][0-9]+([.][0-9]+)?$/
|
||||||
needs:
|
needs:
|
||||||
- job: fatjar
|
- job: fatjars
|
||||||
artifacts: true
|
artifacts: true
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
||||||
|
|
||||||
|
|
||||||
group = 'org.domaindrivenarchitecture.provs'
|
group = 'org.domaindrivenarchitecture.provs'
|
||||||
version = '0.8.23-SNAPSHOT'
|
version = '0.8.23'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue