From 5cae068b8b52d5ab3c2685b3d0cf6c4b5f0f33f6 Mon Sep 17 00:00:00 2001 From: Ilia Date: Mon, 6 Oct 2025 20:34:01 +0300 Subject: [PATCH] ci: fix release trigger --- .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 b95d2745..54fcc0c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Release on: release: - types: [created] + types: [published] permissions: read-all