From 42ac7bf2e67ee35293cbe9e008e778927676b235 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Sat, 10 Sep 2022 22:00:57 +0200 Subject: [PATCH] chore: add release action --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 851cd153..def854e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,10 +2,7 @@ name: Publish tiptap packages to npm on: release: - types: - - created - - released - - published + types: [published] jobs: publish: