From 8548e7e1297e2d984855faad2e4a6ca394763663 Mon Sep 17 00:00:00 2001 From: Gavin Uhma Date: Fri, 13 Jun 2025 14:38:57 -0300 Subject: [PATCH] ci: publish to npm on release or tag --- .github/workflows/onRelease.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 95bd05b..a80d3ab 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -2,7 +2,10 @@ name: publish on: release: - types: [released] + types: [published] + push: + tags: + - 'v*' jobs: publish: