From 5c4c776268769ba3587be5f7d57d935abcae98ad Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Tue, 28 Apr 2026 06:16:48 +0200 Subject: [PATCH] ci: switch to release publish --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79d65d9..3d5690d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,8 @@ name: Publish on: - push: - tags: [ "v*" ] + release: + types: [ published ] permissions: id-token: write