Skip to content

Commit 6a49a77

Browse files
Update release.yml
1 parent bf98310 commit 6a49a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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"

0 commit comments

Comments
 (0)