Skip to content

Commit f934e1c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
2424
PGP_SECRET: ${{ secrets.SIGNING_KEY }}
2525
PGP_PASSPHRASE: ${{ secrets.SIGNING_PASSWORD }}
26-
run: ./gradlew publish
26+
run: |
27+
./gradlew publish
28+
./gradlew jreleaserDeploy

0 commit comments

Comments
 (0)