Improve tagging of Release versions of platform specific embedded packages (#3203)

* Refactor version calculation to use separate step and track version for each platform

* Set tag for NPM and SNAPSHOT for AAR appropriately

* Log output versions for each platform

* Fix tarball name

* Just use npm tag of `latest` or `other`

* Attempt to fix AAR snapshot publishing
This commit is contained in:
Hugh Nimmo-Smith
2025-04-15 10:41:47 +01:00
committed by Timo
parent b0cae6277c
commit b32636a99b
2 changed files with 86 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ android {
}
mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
signAllPublications()