Skip to content

Commit fee24e0

Browse files
committed
fix mvn command in release workflow
1 parent 4c41e79 commit fee24e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-v1.yml

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

0 commit comments

Comments
 (0)