From 26dfc9b10b0db198dc8b8871cadd6fe82d65457d Mon Sep 17 00:00:00 2001 From: Slach Date: Wed, 7 Dec 2022 17:00:03 +0400 Subject: [PATCH] fix https://github.com/Altinity/clickhouse-operator/pull/1049#discussion_r1023819546 Signed-off-by: Slach --- .github/workflows/release_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_chart.yaml b/.github/workflows/release_chart.yaml index e1d590104..4a5dd4d35 100644 --- a/.github/workflows/release_chart.yaml +++ b/.github/workflows/release_chart.yaml @@ -2,7 +2,7 @@ name: release_chart on: release: - types: [ created ] + types: [ published ] jobs: release_chart: