From 48b0bfa88ba263254e7ed19eafd2f1b0847f8ca8 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sun, 25 Aug 2024 14:07:48 +0300 Subject: [PATCH] [2/2] Update release workflow to allow skipping sonatype, github release or version increment --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a67862dc..5e6243b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ on: workflow_dispatch: inputs: gradle_publish: - description: Publish to gradle + description: Publish to Sonatype type: boolean default: true github_release: