From c6818bb77751c322574e6852804618805364cbf2 Mon Sep 17 00:00:00 2001 From: "daniel.colina" Date: Tue, 26 Sep 2023 15:06:12 +0200 Subject: [PATCH] #25951 Testing JReleaser artifactory integration. +2. --- .github/workflows/cli-release-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-release-process.yml b/.github/workflows/cli-release-process.yml index 7ad3b9fb81d6..3b604d5d87d2 100644 --- a/.github/workflows/cli-release-process.yml +++ b/.github/workflows/cli-release-process.yml @@ -134,5 +134,5 @@ jobs: ./mvnw -B -ntp versions:set versions:commit -DnewVersion=$NEXT_VERSION - git commit -a -m "⬆️ Next version $NEXT_VERSION" + git commit --allow-empty -a -m "⬆️ Next version $NEXT_VERSION" git push origin "$HEAD"