From e47e7716d18ca4d0aaa17c21bb0fb2056ef1f23f Mon Sep 17 00:00:00 2001 From: Aleksey Proshutisnkiy Date: Tue, 11 Oct 2022 16:01:09 +0400 Subject: [PATCH] chore(ci): publish releases for all tags (#135) --- .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 320948a..9e69133 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: "publish-release" on: push: tags: - - "v*" + - "*" jobs: npm-publish: