v0.8.23 fix ci

merge-requests/1/merge v0.8.23
az 3 years ago
parent 7f430ff3ef
commit 524079c34b

@ -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:

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

Loading…
Cancel
Save