From eafa5102f9826adc9c3f7c56baf92ba7a2999bcb Mon Sep 17 00:00:00 2001 From: ubinatus Date: Sat, 10 Sep 2022 18:28:28 -0500 Subject: [PATCH] fix: ci --- .github/workflows/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89215bb..73cedc6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,9 @@ name: Publish to NPM + on: - push: - tags: - - 'v*' + release: + types: [released] + jobs: build: runs-on: ubuntu-latest