Skip to content

Move central publishing to GH actions #74

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

simolus3
Copy link
Contributor

This simplifies the Android build and prepares the adoption of the new uploading API to maven central.

  1. Building the Android library has been moved into a separate action that is called both from the regular CI and the release flow. It will collect files to be uploaded as an artifact.
  2. To publish to central, we know download that artifact and upload it with curl as shown here.

For this to work, the publisher would have to be migrated and we'd have to generate a publishing token. The GH actions secret CENTRAL_AUTH should be set to printf "%s:%s" CENTRAL_USER CENTRAL_TOKEN | base64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant