We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2921156 commit 8b2c50eCopy full SHA for 8b2c50e
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0-SNAPSHOT
94
git add .
95
git commit --cleanup=verbatim -m "Update SNAPSHOT version to v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0
96
- >
97
+
98
skip-checks: true"
99
git push
0 commit comments