Skip to content

Commit 2921156

Browse files
chore: add git pull
Signed-off-by: Joris Mancini <[email protected]>
1 parent 8b71380 commit 2921156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Update SNAPSHOT version on main
9090
run: |
9191
git checkout main
92+
git pull
9293
mvn --batch-mode versions:set -DgenerateBackupPoms=false -DnewVersion=${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0-SNAPSHOT
9394
git add .
9495
git commit --cleanup=verbatim -m "Update SNAPSHOT version to v${{ env.GITHUB_MAJOR_VERSION }}.${{ env.GITHUB_MINOR_VERSION }}.0

0 commit comments

Comments
 (0)