v0.8.23 fix ci

This commit is contained in:
az 2021-12-03 10:45:44 +01:00
parent 7f430ff3ef
commit 524079c34b
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ release:
# Required is always one point like 1.0
- if: $CI_COMMIT_REF_NAME == "master" && $CI_COMMIT_TAG =~ /^v?[0-9]+[.][0-9]+([.][0-9]+)?$/
needs:
- job: fatjar
- job: fatjars
artifacts: true
image: registry.gitlab.com/gitlab-org/release-cli:latest
script:

View file

@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
group = 'org.domaindrivenarchitecture.provs'
version = '0.8.23-SNAPSHOT'
version = '0.8.23'
repositories {
mavenCentral()