-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging publishing #25
Conversation
.github/workflows/sdk_publish.yaml
Outdated
JRELEASER_GPG_PASSPHRASE: ${{ secrets.SONATYPE_PASSPHRASE }} | ||
JRELEASER_GPG_SECRET_KEY: ${{ secrets.SONATYPE_SECRET_KEY }} | ||
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} | ||
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }} | ||
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speakeasy's tooling uses OSSRH, Maven Central's new offering is not included in Speakeasy's tooling. Maven Central's recommended plugins are here: https://central.sonatype.org/publish/publish-portal-gradle/
Here are publishing results using dry-run. This needs to be merged to test it fully. |
Link to ticket: https://shippo.atlassian.net/browse/CET-344