Skip to content

Commit 1babf6f

Browse files
committed
try env var
1 parent 94e1657 commit 1babf6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/jreleaser/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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"
1920
2021
export JRELEASER_MAVENCENTRAL_USERNAME="foobar"
2122
export JRELEASER_MAVENCENTRAL_TOKEN="foobar"
@@ -26,4 +27,4 @@ runs:
2627
export JRELEASER_GPG_PUBLIC_KEY="foobar"
2728
export JRELEASER_GPG_SECRET_KEY="foobar"
2829
29-
./gradlew jreleaserFullRelease --dryrun -Pjreleaser.signing=false
30+
./gradlew jreleaserFullRelease --dryrun

0 commit comments

Comments
 (0)