operator-framework / kubectl-operator

Manage Kubernetes Operators from the command line
https://operatorframework.io/
Apache License 2.0
128 stars 37 forks source link

GH Actions CI and release improvements #89

Closed joelanford closed 10 months ago

joelanford commented 10 months ago

When we released v0.5.0, the release action failed because the /bin directory was not pre-created.

Something seems to have changed outside our repo to cause this to break, because this worked before. For now, let's just make sure we create this directory in advance of trying to untar into it.

While we're at it, also:

openshift-ci[bot] commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joelanford

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/operator-framework/kubectl-operator/blob/main/OWNERS)~~ [joelanford] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
grokspawn commented 10 months ago

/lgtm