From f2bee1e5d377f65a14299e6347b247557a3f3b74 Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Jul 2024 11:26:44 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 037a93795..1f7bbe1ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish to Registry 📦 on: push: tags: - - 'v*' + - '*' jobs: build: