Skip to content

Commit be80511

Browse files
committed
feat: use maven wrapper in publish step
1 parent c5ac343 commit be80511

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020
- name: Publish package
2121
run: |
22-
mvn clean deploy -P release -DskipTests=true --batch-mode
22+
./mvnw clean deploy -P release -DskipTests=true --batch-mode
2323
env:
2424
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2525
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)