Skip to content

Commit 95b0261

Browse files
committed
Update release workflow
1 parent cda3636 commit 95b0261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
git config --global user.email "actions@github.com"
8484
8585
echo "Setting next version to 20000101-SNAPSHOT"
86-
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=20000101-SNAPSHOT
86+
./mvnw -ntp -B versions:set -DgenerateBackupPoms=false -DnewVersion=20000101-SNAPSHOT
8787
git add pom.xml "**/pom.xml"
8888
git commit -m "Prepare for next development version"
8989
git push origin main

0 commit comments

Comments
 (0)