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 6bf9e6c commit d78f052Copy full SHA for d78f052
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Release
29
run: script/build
30
env:
31
- HUDSON: true
+ HUDSON: false
32
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
33
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
34
GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
0 commit comments