daniel-frak/keycloak-user-migration

create release asset?

efossas opened this issue · 4 comments

Hello, would you be willing to create a release tag and upload the .jar file as a release asset?

I ask because I am using the keycloak operator which will install an extension for me if I provide it a url to the jar file.

Sounds like something I could do, though I'll have to configure Github Actions to create the releases (I don't want to just do a one-off release that will grow obsolete with time).

I'm not sure when I'll get the time to do that but I'll update this issue when I do :)

sounds good, I appreciate that. I can actually do the work. I'll fork the repo, write a github action, and make a PR.

That's great!
Do you think you could incorporate version changes in the POM, as well? Perhaps something like I have in Dummy4j (but without actually publishing on ossh):
https://github.com/daniel-frak/dummy4j/blob/master/.github/workflows/publish.yml

That's about as fancy as I managed to get with Github actions, myself :)

I'm closing this due to finally getting around to creating the release workflow I wanted.

Thanks to everyone who contributed!