We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ee6f9 commit bb01d72Copy full SHA for bb01d72
1 file changed
.github/actions/shared-setup/action.yaml
@@ -16,7 +16,7 @@ runs:
16
- name: Set shared env vars
17
shell: bash --noprofile --norc -euo pipefail {0}
18
run: |
19
- KCM_RELEASE=v1.8.0-release
+ KCM_RELEASE=main
20
ISTIO_RELEASE=main
21
echo "ISTIO_RELEASE=$ISTIO_RELEASE" >> "$GITHUB_ENV"
22
echo "KCM_RELEASE=$KCM_RELEASE" >> "$GITHUB_ENV"
0 commit comments