Skip to content

Commit

Permalink
Use docs-classic in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Dec 10, 2023
1 parent dec7c70 commit efbc055
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 @@ -47,7 +47,7 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Run tests
run: ./mvnw -V verify javadoc:aggregate -Pspring,docs
run: ./mvnw -V verify javadoc:aggregate -Pspring,docs-classic
- name: Deploy to Sonatype
run: ./mvnw -V -Prelease,spring deploy -DskipTests
env:
Expand Down

0 comments on commit efbc055

Please sign in to comment.