From e4b562b9d4adc9f5f668b682904784c96c51fa39 Mon Sep 17 00:00:00 2001 From: Zach Stone Date: Fri, 19 Apr 2024 17:09:00 +0200 Subject: [PATCH] Update sync-from-upstream.yaml Signed-off-by: Zach Stone --- .github/workflows/sync-from-upstream.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-from-upstream.yaml b/.github/workflows/sync-from-upstream.yaml index 6bb8aa8..ab6a934 100644 --- a/.github/workflows/sync-from-upstream.yaml +++ b/.github/workflows/sync-from-upstream.yaml @@ -29,5 +29,5 @@ jobs: # Fetch tags from upstream repo git fetch https://github.com/kyverno/reports-server --tags # Remove release candidates local tags - git tag -d $(git tag -l | grep -E "\-rc|\-beta|\-dev|\-chart") + git tag -d $(git tag -l | grep -E "\-rc|\-beta|\-dev") git push --tags