Skip to content

Commit 9910271

Browse files
fix: checkout maintenance op repo in the release pipeline (#1657)
otherwise we can't check for helm chart updates
2 parents efe2e1d + d3107cf commit 9910271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ jobs:
213213
repository: ${{ github.repository_owner }}/node-feature-discovery
214214
path: node-feature-discovery
215215
ref: ${{ needs.determine-versions.outputs.release_branch }}
216+
- uses: actions/checkout@v4
217+
with:
218+
repository: ${{ github.repository_owner }}/maintenance-operator
219+
path: maintenance-operator
220+
ref: ${{ needs.determine-versions.outputs.release_branch }}
216221
- uses: actions/checkout@v4
217222
with:
218223
repository: ${{ github.repository_owner }}/network-operator

0 commit comments

Comments
 (0)