Skip to content

Commit d3107cf

Browse files
committed
fix: checkout maintenance op repo in the release pipeline
otherwise we can't check for helm chart updates Signed-off-by: Alexander Maslennikov <[email protected]>
1 parent efe2e1d commit d3107cf

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)