We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f3fa7 commit 21e351dCopy full SHA for 21e351d
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
19
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
20
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
21
- JRELEASER_MAVENCENTRAL_STAGE: UPLOAD
+ JRELEASER_MAVENCENTRAL_STAGE: UPLOAD # Default is "FULL" https://jreleaser.org/guide/latest/reference/deploy/maven/maven-central.html#_staged_deployments
22
23
steps:
24
- name: Checkout repository
0 commit comments