Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyxu committed Jul 11, 2024
1 parent 3cef449 commit bbadc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
mvn release:prepare -B -DskipTests -DpushChanges=false
- name: Publish with Java 8
run: |
mvn --batch-mode -DskipTests clean deploy -P deploy-to-ossrh
mvn --batch-mode -DskipTests -DpushChanges=false deploy -P deploy-to-ossrh
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USER }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_TOKEN }}
Expand Down

0 comments on commit bbadc42

Please sign in to comment.