quarkiverse / quarkus-ironjacamar

IronJacamar is an implementation of the Jakarta Connector Architecture specification
https://docs.quarkiverse.io/quarkus-ironjacamar/dev/index.html
Apache License 2.0
4 stars 2 forks source link

Split release into two workflows #143

Closed gastaldi closed 1 month ago

gastaldi commented 1 month ago

This splits the release workflow into two separate workflows.

The release-perform.yml is triggered when a tag is pushed or can also be invoked manually (for cases where central isn't behaving properly and a retry may be necessary).

Note that you can already retry failed steps in the existing release.yml workflow, however it will use the same SHAs for the reusable workflows, meaning that if the workflow has a bug and needs to change, you can't rely on the "Retry Failed Jobs".