Skip to content

Commit 8b71380

Browse files
chore: add cleanup=verbatim
Signed-off-by: Joris Mancini <[email protected]>
1 parent 0d72eb0 commit 8b71380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
git checkout main
9292
mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0-SNAPSHOT
9393
git add .
94-
git commit -m "Update SNAPSHOT version to v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0
94+
git commit --cleanup=verbatim -m "Update SNAPSHOT version to v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0
9595
>
9696
>
97-
skip-checks: true"
97+
skip-checks: true"
9898
git push

0 commit comments

Comments
 (0)