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 866c165 commit 30756a4Copy full SHA for 30756a4
.github/actions/jreleaser/action.yml
@@ -19,4 +19,8 @@ runs:
19
export JRELEASER_MAVENCENTRAL_TOKEN="foo"
20
export JRELEASER_GENERIC_TOKEN="foo"
21
22
+ export JRELEASER_GPG_PASSPHRASE="foo"
23
+ export JRELEASER_GPG_PUBLIC_KEY="${{ secrets.DUMMY_GPG_PUBLIC_KEY }}"
24
+ export JRELEASER_GPG_SECRET_KEY="${{ secrets.DUMMY_GPG_PRIVATE_KEY }}"
25
+
26
./gradlew jreleaserFullRelease --dryrun --stacktrace
0 commit comments