From 07fe3b7c9f077510fb5fdba83140f867480f8bb3 Mon Sep 17 00:00:00 2001 From: Dominik Brych Date: Mon, 8 Jun 2026 14:46:12 +0200 Subject: [PATCH] fix: update release event type from created to published in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c4eec76b..d442a1d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Build and Publish to NPM on: release: - types: [created] + types: [published] permissions: id-token: write