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 f42a955 commit 012ee48Copy full SHA for 012ee48
.github/workflows/release.yml
@@ -31,6 +31,6 @@ jobs:
31
-PsemVer=${{inputs.semVer}}
32
-Pactor=${{ secrets.MAVEN_CENTRAL_LOGIN }}
33
-Ptoken=${{ secrets.MAVEN_CENTRAL_TOKEN }}
34
- -PgpgKey=${{ secrets.OSSRH_GPG_SECRET_KEY }}
+ -PgpgKey="${{ secrets.OSSRH_GPG_SECRET_KEY }}"
35
-PgpgPassphrase=${{ secrets.OSSRH_GPG_SECRET_PASSPHRASE }}
36
-PrepoUrl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
0 commit comments