Commit 7c4c338
authored
fix: restore
hack: restore ARTIFACTS_TO_PUBLISH in release.sh to fix nightly releases
PR #9018 replaced ARTIFACTS_TO_PUBLISH with a local `artifacts` array,
but the vendored knative.dev/hack/release.sh relies on this global
variable for image signing, checksums generation, and artifact publishing.
With it unset, sign_release() had no files to process, breaking nightly
release jobs.ARTIFACTS_TO_PUBLISH in release.sh to fix nightly releases (#9040)1 parent 7864797 commit 7c4c338
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments