From f2ec21d2bfa2625b142b6817a68c7a29e9fbe69c Mon Sep 17 00:00:00 2001 From: Valentyn Pshoniuk Date: Tue, 13 Jun 2023 13:07:32 +0300 Subject: [PATCH] chore: fix version tag in publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 420a620..0ca8bc0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ name: 'Build & Publish to NPM' -on: +on: push: tags: - - 'v*' + - v** concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}