Skip to content

Commit

Permalink
No gpg signing on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Oct 3, 2023
1 parent 3388426 commit 8f0f854
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 @@ -27,7 +27,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Build with Maven
run: mvn clean install -q -Pjacoco
run: mvn clean install -q -Pjacoco -Dgpg.skip
- name: push JaCoCo stats to codecov.io
run: bash <(curl -s https://codecov.io/bash)

Expand Down

0 comments on commit 8f0f854

Please sign in to comment.