From 7abc13907bb4681bc6c6a2749d5ced7e532a7f17 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Sat, 10 Sep 2022 22:08:11 +0200 Subject: [PATCH] chore: add release action --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index def854e5..2874c986 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,11 @@ name: Publish tiptap packages to npm on: release: - types: [published] + types: + - published + - prereleased + - released + - created jobs: publish: