konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
634 stars 39 forks source link

Missing artifacts for the darwin targets. #118

Closed psuzn closed 4 hours ago

psuzn commented 6 days ago

If I add the konform as a dependency on commonMain that also targets ios it doesn't find the artifact for it.

Screenshot 2024-07-01 at 15 55 38

It is likely because the current version of release ci runs on Linux and none of the Darwin artifacts (ios, macos, etc) have been published to the maven (though the codebase has support for them).

From https://repo1.maven.org/maven2/io/konform/

Screenshot 2024-07-01 at 16 12 31

dhoepelman commented 5 days ago

That's correct, the workflows need to be set up to run under mac os. Will gladly accept a PR that changes it.

dhoepelman commented 4 hours ago

Fixes by #119 , currently being released as 0.6.1

psuzn commented 2 hours ago

Thanks @dhoepelman.

Looks like the manual approval is only supported on Linux tho.