Skip to content

Commit

Permalink
- minor fix to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Reef3rm4n committed Jun 29, 2023
1 parent afdaf64 commit 1af5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: '17'

- name: Build with Maven
run: mvn -B package --file pom.xml -DskipTests
run: mvn -B package -Dmaven.javadoc.skip=true --file pom.xml -DskipTests

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -DskipTests
Expand Down

0 comments on commit 1af5453

Please sign in to comment.