File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
.github/actions/jreleaser Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ runs:
1616 run : |
1717 export JRELEASER_PROJECT_JAVA_GROUP_ID="com.sonatype.central.testing.amazon"
1818 export JRELEASER_MAVENCENTRAL_STAGE="UPLOAD"
19- export JRELEASER_SIGNING_ACTIVE="NEVER"
2019
2120 export JRELEASER_MAVENCENTRAL_USERNAME="foobar"
2221 export JRELEASER_MAVENCENTRAL_TOKEN="foobar"
2322
2423 export JRELEASER_GENERIC_TOKEN="foobar"
2524
2625 export JRELEASER_GPG_PASSPHRASE="foobar"
27- export JRELEASER_GPG_PUBLIC_KEY="foobar"
28- export JRELEASER_GPG_SECRET_KEY="foobar"
26+ export JRELEASER_GPG_PUBLIC_KEY="-----BEGIN PGP PUBLIC KEY BLOCK-----
27+ -----END PGP PUBLIC KEY BLOCK-----"
28+ export JRELEASER_GPG_SECRET_KEY="-----BEGIN PGP PRIVATE KEY BLOCK-----
29+ -----END PGP PRIVATE KEY BLOCK-----"
2930
30- ./gradlew jreleaserFullRelease --dryrun --stacktrace
31+ ./gradlew jreleaserFullRelease --dryrun --stacktrace #TODO: Remove stacktrace
You can’t perform that action at this time.
0 commit comments