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 075dda4 commit 70f1721Copy full SHA for 70f1721
.github/workflows/release_and_push.yml
@@ -32,7 +32,7 @@ jobs:
32
gpg-passphrase: MAVEN_GPG_PASSPHRASE
33
34
- name: build artifact
35
- run: mvn clean package
+ run: ./mvnw -B package --file pom.xml
36
37
# - name: Create Release
38
# uses: ncipollo/[email protected]
@@ -43,7 +43,7 @@ jobs:
43
# tag: "v0.3.4"
44
45
- name: Publish to the Maven Central Repository
46
- run: mvn --no-transfer-progress deploy
+ run: ./mvnw deploy
47
48
49
env:
0 commit comments