From 3e094c5734551c71a328c4de7e5d4955ff1b00fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bojanowski?= Date: Thu, 19 Dec 2024 12:01:03 +0100 Subject: [PATCH] fix manual trigger for config sync schema workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Bojanowski --- .github/workflows/sync-config-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-config-schema.yaml b/.github/workflows/sync-config-schema.yaml index 179a2fb25..abacde588 100644 --- a/.github/workflows/sync-config-schema.yaml +++ b/.github/workflows/sync-config-schema.yaml @@ -13,7 +13,7 @@ jobs: sync: runs-on: ubuntu-latest outputs: - release_tag: ${{ steps.release.outputs.latest_release }} + release_tag: ${{ steps.release.outputs.release_tag }} is_alpha_version: ${{ steps.release.outputs.is_alpha_version }} # on alpha version we won't sync docs and config is_stable_version: ${{ steps.release.outputs.is_stable_version }} # on stable versions we will sync config, and CI in vcluster-config will sync docs steps: