We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ac343 commit be80511Copy full SHA for be80511
.github/workflows/maven-publish.yml
@@ -19,7 +19,7 @@ jobs:
19
gpg-passphrase: MAVEN_GPG_PASSPHRASE
20
- name: Publish package
21
run: |
22
- mvn clean deploy -P release -DskipTests=true --batch-mode
+ ./mvnw clean deploy -P release -DskipTests=true --batch-mode
23
env:
24
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
25
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
mvnw
100644
100755
0 commit comments