We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a886c3 commit d5b6b5bCopy full SHA for d5b6b5b
.github/workflows/release.yml
@@ -15,15 +15,10 @@ jobs:
15
uses: actions/setup-java@v1
16
with:
17
java-version: 1.8
18
- server-id: releases
19
- server-username: MAVEN_USERNAME
20
- server-password: MAVEN_CENTRAL_TOKEN
21
- gpg-passphrase: MAVEN_GPG_PASSPHRASE
22
- gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
23
24
- name: Maven Install
25
run: |
26
- mvn clean install
+ mvn clean install -Dgpg.skip
27
28
- name: Release
29
uses: softprops/action-gh-release@v1
0 commit comments