Skip to content

Commit 21e351d

Browse files
committed
chore: add comment for staging deployment env var
1 parent 49f3fa7 commit 21e351d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
1919
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2020
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
21-
JRELEASER_MAVENCENTRAL_STAGE: UPLOAD
21+
JRELEASER_MAVENCENTRAL_STAGE: UPLOAD # Default is "FULL" https://jreleaser.org/guide/latest/reference/deploy/maven/maven-central.html#_staged_deployments
2222

2323
steps:
2424
- name: Checkout repository

0 commit comments

Comments
 (0)