add curl to ci

This commit is contained in:
ansgarz 2023-06-18 22:24:58 +02:00
parent 14efdae873
commit 685a9dc5cc
2 changed files with 3 additions and 1 deletions

View file

@ -78,6 +78,8 @@ release:
when: never
- if: $CI_COMMIT_TAG =~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/
script:
- apt-get update
- apt-get -yqq install curl
- ./gradlew createReleaseAndUploadAssets

View file

@ -18,7 +18,7 @@ apply plugin: "maven-publish"
group = "org.domaindrivenarchitecture.provs"
version = "release-0.22.11"
version = "release-0.22.12"
repositories {
mavenCentral()