Skip to content

Commit 66546b0

Browse files
fix: release 9.5.0
Co-authored-by: Saikrishna321 <saikrishna321@yahoo.com>
1 parent f934e1c commit 66546b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
2424
PGP_SECRET: ${{ secrets.SIGNING_KEY }}
2525
PGP_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
26+
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.SIGNING_PASSWORD }}
27+
JRELEASER_GPG_SECRET_KEY: ${{ secrets.SIGNING_KEY }}
2628
run: |
2729
./gradlew publish
2830
./gradlew jreleaserDeploy

0 commit comments

Comments
 (0)