From a1e3740cae95a054b6afb48d805e1fcf4d114671 Mon Sep 17 00:00:00 2001 From: Roman Konstantynovskyi Date: Fri, 23 Jan 2026 03:20:38 +0200 Subject: [PATCH] ci: Update release commit message --- .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 a8d2363..5b643fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git add gradle.properties - git commit -m "Release $NEW_VERSION" + git commit -m "Release $NEW_VERSION [skip ci]" git push - name: Build Artifacts