Skip to content

Commit 012ee48

Browse files
committed
fix keys for signing
1 parent f42a955 commit 012ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
-PsemVer=${{inputs.semVer}}
3232
-Pactor=${{ secrets.MAVEN_CENTRAL_LOGIN }}
3333
-Ptoken=${{ secrets.MAVEN_CENTRAL_TOKEN }}
34-
-PgpgKey=${{ secrets.OSSRH_GPG_SECRET_KEY }}
34+
-PgpgKey="${{ secrets.OSSRH_GPG_SECRET_KEY }}"
3535
-PgpgPassphrase=${{ secrets.OSSRH_GPG_SECRET_PASSPHRASE }}
3636
-PrepoUrl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/

0 commit comments

Comments
 (0)