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 97844a6 commit 1530a88Copy full SHA for 1530a88
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Publish to ossrh
84
run: |
85
- #echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
+ echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
86
#export GPG_TTY=$(tty)
87
#gpg --batch --import private-key.gpg
88
./gradlew jreleaserConfig
0 commit comments