I'm using the plugin https://github.com/gradle-nexus/publish-plugin to publish my lib in maven central However, when I check the availabled action, I can publish for: JVM JS WasmJS MingwX64 LinuxX64 LinuxArm64
But as you can see, the targets: Macos TvOsSimulatorArm64 TsosX64 WatchosArm32 etc.
Are not avaiabled in the commands list. For your lib, how do you publish it with these missing targets? Should I change the plugin used?