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 8b71380 commit 2921156Copy full SHA for 2921156
.github/workflows/release.yml
@@ -89,6 +89,7 @@ jobs:
89
- name: Update SNAPSHOT version on main
90
run: |
91
git checkout main
92
+ git pull
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
0 commit comments