Skip to content

Commit

Permalink
dont verify in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed Oct 16, 2024
1 parent 8938f70 commit 679738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
java-version: ${{matrix.java}}
- name: Build with Maven
run: mvn -B package verify -Dgpg.skip=true --file pom.xml
run: mvn -B package -Dgpg.skip=true --file pom.xml

0 comments on commit 679738a

Please sign in to comment.