Skip to content

Commit

Permalink
print log
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 27, 2023
1 parent 544caeb commit ef0663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-java-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
server-username: NEXUS_USERNAME
server-password: NEXUS_PASSWORD
- name: Publish Fury Java Snapshot
run: cd java && mvn --batch-mode -q deploy -Dgpg.skip -DskipTests -Papache-release
run: cd java && mvn deploy -Dgpg.skip -DskipTests -Papache-release
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}

0 comments on commit ef0663e

Please sign in to comment.