Skip to content

Commit

Permalink
Remove maven.javadoc.skip flag when publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Mar 13, 2024
1 parent e7a5bfd commit a323d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish to OSSRH
run: ./mvnw -B deploy -Prelease -Pcommunity-release -DskipTests -Dmaven.javadoc.skip=true -P \!native -pl \!integration-tests/server,\!server-runner
run: ./mvnw -B deploy -Prelease -Pcommunity-release -DskipTests -P \!native -pl \!integration-tests/server,\!server-runner
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit a323d2e

Please sign in to comment.