olafurpg / setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
MIT License
168 stars 30 forks source link

Action name in the marketplace #26

Closed laughedelic closed 4 years ago

laughedelic commented 4 years ago

The action is awesome! Thanks for creating it 💯

It's strange that the name of this action in the marketplace is setup-java:

Screenshot 2020-10-04 at 23 22 07

Apart from the obvious confusion, I think it makes the action less discoverable, because searching the market place for "scala" doesn't show it.

It's also strange that it says that the latest version is v6, while in the repo it's v7.

I didn't find any mentions of setup-java in the repo, so I assume this is somehow configured in the marketplace.

olafurpg commented 4 years ago

Thank you for reporting! Good catch. I had noticed it before but then forgot about it. I delisted from the marketplace and published again and the name is now setup-scala :)

olafurpg commented 4 years ago

https://github.com/marketplace/actions/setup-scala

laughedelic commented 4 years ago

Cool!