Skip to content

Commit d78f052

Browse files
committed
dont push to maven at the end of release build for now
1 parent 6bf9e6c commit d78f052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Release
2929
run: script/build
3030
env:
31-
HUDSON: true
31+
HUDSON: false
3232
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3333
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3434
GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

0 commit comments

Comments
 (0)