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 a8eca7e commit d247ed6Copy full SHA for d247ed6
.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
130
run: |
131
echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV
132
- name: Publish to ossrh
133
- if: env.DEPLOY_OSSRH == 'true'
+ if: env.DEPLOY_OSSRH == 'true' && env.JDK_VER == '11'
134
135
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
136
export GPG_TTY=$(tty)
0 commit comments