File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 then
3535 NEXT_VERSION=$COMPUTED_NEXT_VERSION
3636 fi
37- ./mvnw -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION
37+ mvn -B versions:set versions:commit -DnewVersion=$RELEASE_VERSION
3838 git config --global user.email "project.openubl.preview.bot@gmail.com"
3939 git config --global user.name "Project-Openubl Bot"
4040 git commit -a -m "🏁 Releasing version $RELEASE_VERSION"
@@ -111,7 +111,7 @@ jobs:
111111 env :
112112 NEXT_VERSION : ${{ steps.version.outputs.NEXT_VERSION }}
113113 run : |
114- ./mvnw -B versions:set versions:commit -DnewVersion=$NEXT_VERSION
114+ mvn -B versions:set versions:commit -DnewVersion=$NEXT_VERSION
115115 git config --global user.email "project.openubl.preview.bot@gmail.com"
116116 git config --global user.name "Project-Openubl Bot"
117117 git commit -a -m "⬆️ Next version $NEXT_VERSION"
You can’t perform that action at this time.
0 commit comments