From 27844ad3ccec9f60674e3f5564c82a97e5098316 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 6 Aug 2026 07:35:56 +0200 Subject: [PATCH] ci: fix artifacthub ignore regex --- artifacthub-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml index 6cc7212..f759590 100644 --- a/artifacthub-repo.yml +++ b/artifacthub-repo.yml @@ -3,4 +3,4 @@ repositoryID: 22c4f9f6-706c-4d2e-9380-44ec71c8904c ignore: - name: git-hubby - version: "*0.0.0-snapshot*" + version: '(0\.0\.0-[a-z]+\.).*'