We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efb032 commit f5e81e6Copy full SHA for f5e81e6
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
41
42
- name: Build with Maven
43
- run: mvn --batch-mode --update-snapshots verify -Dversion.modifier=''
+ run: mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
44
45
- name: Upload coverage to Codecov
46
uses: codecov/codecov-action@v2
0 commit comments