From ef2ce5af91fc0c84c28947a7cb2411cc438f3846 Mon Sep 17 00:00:00 2001 From: shuting Date: Wed, 21 Feb 2024 18:20:34 +0800 Subject: [PATCH] Update helm-release.yaml (#72) Follow naming convention best practice for Helm charts. Signed-off-by: shuting --- .github/workflows/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index e6a7471..d310db0 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -7,7 +7,7 @@ permissions: {} on: push: tags: - - 'reports-server-chart-v*' + - 'reports-server-chart-*' jobs: helm-tests: @@ -61,7 +61,7 @@ jobs: - name: Create charts tmp directory run: | mkdir charts-tmp - if [[ "$RELEASE_VERSION" = "reports-server-chart-v"* ]]; then + if [[ "$RELEASE_VERSION" = "reports-server-chart-"* ]]; then cp -a charts/reports-server charts-tmp/reports-server fi