kiwix / java-libkiwix

Libkiwix binding for Java & Kotlin
https://central.sonatype.com/artifact/org.kiwix/libkiwix
GNU General Public License v3.0
3 stars 4 forks source link

Maven publication required some environment variables set on Github Action CI . #21

Closed MohitMaliFtechiz closed 1 year ago

MohitMaliFtechiz commented 1 year ago

We have to set some environment variables for publication task.

 i) OSSRH_USERNAME = this is MavenCentral user name.
 ii) OSSRH_PASSWORD  = this is MavenCentral password.
 iii) SIGNING_KEY_ID = the ID of the GPG key pair, the last eight characters of its fingerprint.
 iv) SIGNING_PASSWORD = the passphrase password of the key pair.
 v) SIGNING_KEY = the base64 encoded private key.
 vi) SONATYPE_STAGING_PROFILE_ID = this is sonatype stagging profile id we can get it from MavenCentral account.
MohitMaliFtechiz commented 1 year ago

hi @kelson42 ,

I have already shared this information with you via email sometimes back.

kelson42 commented 1 year ago

@MohitMaliFtechiz what is the status here?

MohitMaliFtechiz commented 1 year ago

@kelson42, @mgautierfr set the environment variables in GitHub action, and now our CI is successfully publishing the .aar file on Maven.