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