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