Skip to content

Commit 70f1721

Browse files
authored
Update release_and_push.yml
1 parent 075dda4 commit 70f1721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_and_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
gpg-passphrase: MAVEN_GPG_PASSPHRASE
3333

3434
- name: build artifact
35-
run: mvn clean package
35+
run: ./mvnw -B package --file pom.xml
3636

3737
# - name: Create Release
3838
# uses: ncipollo/[email protected]
@@ -43,7 +43,7 @@ jobs:
4343
# tag: "v0.3.4"
4444

4545
- name: Publish to the Maven Central Repository
46-
run: mvn --no-transfer-progress deploy
46+
run: ./mvnw deploy
4747

4848

4949
env:

0 commit comments

Comments
 (0)