From 96311b5494518d27117e825da2e30a88390f0d0d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 11 Nov 2022 19:28:45 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 9529bc6e9d9..31ffe7d3c74 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -218,6 +218,8 @@ jobs: CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true" - name: Run chart-releaser for stable + if: | + steps.collect-changes.outputs.changesDetectedAfterTag == 'true' uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # tag=v1.4.1 with: charts_dir: charts/stable @@ -226,6 +228,8 @@ jobs: CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true" - name: Run chart-releaser for stable + if: | + steps.collect-changes.outputs.changesDetectedAfterTag == 'true' uses: helm/chart-releaser-action@98bccfd32b0f76149d188912ac8e45ddd3f8695f # tag=v1.4.1 with: charts_dir: charts/incubator