Skip to content

Commit 6fe6b4e

Browse files
committed
Add git pull before pushing Next development version
1 parent e9c0ac8 commit 6fe6b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spring-finalize-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
6363
NEXT_VERSION=${NEXT_VERSION}-SNAPSHOT
6464
65+
git pull origin ${{ github.ref }}
66+
6567
if test -f pom.xml
6668
then
6769
mvn versions:set -DnewVersion=$NEXT_VERSION -DgenerateBackupPoms=false -DprocessAllModules=true -B -ntp

0 commit comments

Comments
 (0)