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.
1 parent a418b6f commit 214d789Copy full SHA for 214d789
.github/workflows/ci.yml
@@ -289,6 +289,7 @@ jobs:
289
with:
290
image: ${{ matrix.image }}
291
k8s-version: ${{ matrix.k8s-version }}
292
+ build_os: ${{ matrix.build_os }}
293
secrets: inherit
294
permissions:
295
contents: read
@@ -312,6 +313,7 @@ jobs:
312
313
314
315
enable-experimental: ${{ matrix.enable-experimental }}
316
317
production-release: ${{ inputs.is_production_release == true && (inputs.dry_run == false || inputs.dry_run == null) }}
318
release_version: ${{ inputs.release_version }}
319
0 commit comments