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 94e1657 commit 1babf6fCopy full SHA for 1babf6f
.github/actions/jreleaser/action.yml
@@ -16,6 +16,7 @@ runs:
16
run: |
17
export JRELEASER_PROJECT_JAVA_GROUP_ID="com.sonatype.central.testing.amazon"
18
export JRELEASER_MAVENCENTRAL_STAGE="UPLOAD"
19
+ export JRELEASER_SIGNING_ACTIVE="NEVER"
20
21
export JRELEASER_MAVENCENTRAL_USERNAME="foobar"
22
export JRELEASER_MAVENCENTRAL_TOKEN="foobar"
@@ -26,4 +27,4 @@ runs:
26
27
export JRELEASER_GPG_PUBLIC_KEY="foobar"
28
export JRELEASER_GPG_SECRET_KEY="foobar"
29
- ./gradlew jreleaserFullRelease --dryrun -Pjreleaser.signing=false
30
+ ./gradlew jreleaserFullRelease --dryrun
0 commit comments