From a08ed30bbba9aa58481da632d589e375e0e6a250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Thu, 18 Mar 2021 16:20:48 -0400 Subject: [PATCH] changed Release action to be triggered on tag push. --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 619e0d6..12b53f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,9 @@ name: Release on: - release: - types: [created] + push: + tags: + - v* jobs: npm: