v0.8.18
This commit is contained in:
parent
3ba5964cd1
commit
7b9ad38bcf
2 changed files with 5 additions and 2 deletions
|
@ -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:'
|
||||
|
|
|
@ -18,7 +18,7 @@ apply plugin: 'kotlinx-serialization'
|
|||
|
||||
|
||||
group = 'org.domaindrivenarchitecture.provs'
|
||||
version = '0.8.18-SNAPSHOT'
|
||||
version = '0.8.18'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue