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 171c3f7 commit 0780969Copy full SHA for 0780969
1 file changed
.github/workflows/maven-release.yaml
@@ -41,8 +41,11 @@ jobs:
41
- name: Run Maven Verification (Direct Import)
42
run: |
43
echo "$RAW_GPG_KEY" | gpg --batch --import
44
-
45
- mvn clean verify -B -ntp -DskipTests=true -Dmaven.javadoc.skip=true
+
+ mvn clean verify -B -ntp \
46
+ -DskipTests=true \
47
+ -Dmaven.javadoc.skip=true \
48
+ -Dgpg.keyname="95BCB1665C76C3A6"
49
env:
50
RAW_GPG_KEY: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
51
MAVEN_GPG_PASSPHRASE: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
0 commit comments