From 2fc10633ec1ec76f9c5443158c54b25aa302a814 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Sun, 7 Jun 2026 21:47:33 +0100 Subject: [PATCH] CD: try relaxing tags syntax --- .github/workflows/publish-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index a2c518e7..a45b0d52 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -4,8 +4,8 @@ on: branches: - main tags: - - '[0-9]+.[0-9]+' - - '[0-9]+.[0-9]+.[0-9]+' + - '*.*' + - '*.*.*' pull_request: branches: - main