We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe2e1d + d3107cf commit 9910271Copy full SHA for 9910271
.github/workflows/release.yaml
@@ -213,6 +213,11 @@ jobs:
213
repository: ${{ github.repository_owner }}/node-feature-discovery
214
path: node-feature-discovery
215
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 }}
221
- uses: actions/checkout@v4
222
with:
223
repository: ${{ github.repository_owner }}/network-operator
0 commit comments