Skip to content

Commit 8b2c50e

Browse files
chore: fix message
Signed-off-by: Joris Mancini <[email protected]>
1 parent 2921156 commit 8b2c50e

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
@@ -93,7 +93,7 @@ jobs:
9393
mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0-SNAPSHOT
9494
git add .
9595
git commit --cleanup=verbatim -m "Update SNAPSHOT version to v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0
96-
>
97-
>
96+
97+
9898
skip-checks: true"
9999
git push

0 commit comments

Comments
 (0)