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: