From 7b9ad38bcfadd28a2169e14c2727ca20a4f58425 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 24 Nov 2021 19:31:45 +0100 Subject: [PATCH] v0.8.18 --- .gitlab-ci.yml | 5 ++++- build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3eca83e..33a53aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,9 +88,12 @@ fatjar: release: stage: release - image: registry.gitlab.com/gitlab-org/release-cli:latest rules: - if: $CI_COMMIT_TAG # Run this job when a git tag is created manually + needs: + - job: fatjar + artifacts: true + image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo '------------ creating a release -------------' - echo 'Fatjar Job ID:' diff --git a/build.gradle b/build.gradle index 38fc009..85abcf9 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization' group = 'org.domaindrivenarchitecture.provs' -version = '0.8.18-SNAPSHOT' +version = '0.8.18' repositories { mavenCentral()