From 23a37f38cee4a0e1b09992cba263d456490c9cfb Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Thu, 21 Mar 2024 15:15:55 +0100 Subject: [PATCH] Wildcard, not regex in tags match --- .github/workflows/helm-chart-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-release.yaml b/.github/workflows/helm-chart-release.yaml index 85e7666..2db13f0 100644 --- a/.github/workflows/helm-chart-release.yaml +++ b/.github/workflows/helm-chart-release.yaml @@ -3,7 +3,7 @@ name: Release Charts on: push: tags: - - chart-.* + - chart-* jobs: release: