We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git pull
Next development version
1 parent e9c0ac8 commit 6fe6b4eCopy full SHA for 6fe6b4e
.github/workflows/spring-finalize-release.yml
@@ -62,6 +62,8 @@ jobs:
62
63
NEXT_VERSION=${NEXT_VERSION}-SNAPSHOT
64
65
+ git pull origin ${{ github.ref }}
66
+
67
if test -f pom.xml
68
then
69
mvn versions:set -DnewVersion=$NEXT_VERSION -DgenerateBackupPoms=false -DprocessAllModules=true -B -ntp
0 commit comments