Skip to content

Commit

Permalink
fix: enable java build
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Nov 9, 2023
1 parent cae7430 commit 6a6ad23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
# Java SDK
JAVAVERSION: "11"
JAVA_GEN_VERSION: v0.9.4
JAVA_PUBLISH: "false"
JAVA_PUBLISH: "true"
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
Expand Down

0 comments on commit 6a6ad23

Please sign in to comment.