Skip to content

Commit 78932ed

Browse files
authored
fix mvn command in release.yml
1 parent b63e4a5 commit 78932ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run maven deploy/release
6262
if: env.RELEASE_OK == 'yes'
6363
run: |
64-
./mvnw --no-transfer-progress -B -Prelease deploy
64+
mvn --no-transfer-progress -B -Prelease deploy
6565
- name: Run post release script
6666
id: postRelease
6767
if: env.RELEASE_OK == 'yes'

0 commit comments

Comments
 (0)