-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub workflow to publish a release #228
Conversation
Ack, thank you 🙇 In my queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incredible, thanks!
Great job, thanks :) I'll configure all the secrets within a day or two, and give it a spin to publish some dummy patch version. |
I see that the benchmarks workflow is failing, doesn't seem related to this PR, so I'll take a look as well. |
It cannot import the action to validate the Gradle wrapper. It only finds the class with |
Ah ok, so this breaking change is by design: https://kotlinlang.slack.com/archives/C02UUATR7RC/p1723929533809109 |
Thanks @OptimumCode, merging so that the workflow appears in the list of workflows, and I can test it with the secrets set. |
Thank you @krzema12. Let me know if you have any issues with the publication |
Part of #94
The workflow uses nexus-actions to manage the staging repository. The publication was updated to use the new URL for deployment when a staging repository ID is available.
The following secrets should be added to the project:
@aSemy @krzema12 Could you please take a look at the changes when you have time? Unfortunately, I don't have an OSS account (only OSS1) and cannot test the workflow by myself. But if you have any issues when trying to publish a new release I will be happy to help