From 7e97b34f96cbaab14466d73a8179a5e6d98449d5 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 6 Jan 2023 15:05:06 +0100 Subject: ci: Publish to Maven Central in publish workflow This change updates the release and publish workflows in GitHub Actions to ensure that we only publish the artifacts to Maven Central once the release on GitHub is published. When a version tag is pushed to GitHub, only a draft release will be created containing the right artifacts. --- build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 73f002b1..42a7f366 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,3 @@ plugins { `dokka-conventions` `jacoco-aggregation` } - -allprojects { - version = "3.0-rc1" -} -- cgit v1.2.3