Skip to content

Commit 911ef0e

Browse files
authored
Fix failing release GitHub action (#460)
Code must first be checked out. GitHub action https://github.com/rabbitmq/cluster-operator/runs/1380561796?check_suite_focus=true failed with message: level=fatal msg="open /github/workspace/hack/rabbitmq.yaml: no such file or directory"
1 parent ba7d532 commit 911ef0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
kubectl_rabbitmq:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout
12+
uses: actions/checkout@main
1113
- name: Update new version in krew-index
1214
uses: rajatjindal/[email protected]
1315
with:

0 commit comments

Comments
 (0)