From d9262610ed3a7fb1bbe6c71a85b960d79810ee2d Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 17 Sep 2024 23:34:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Just=20have=20a=20single=20wildc?= =?UTF-8?q?ard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Who knows. Maybe you can only have a single wildcard match. This mirrors the way that effection works. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d095aa8..5ad6bf1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Publish on: push: tags: - - '**-v*' + - "interactors-*" jobs: publish-to-npm: