From 2a67ba1741611f4d106969019439ace27c6500c8 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 12 Aug 2024 15:41:22 +0200 Subject: [PATCH] ci: fix publish workflow --- .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 3056486..30eb781 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish package on: release: - types: [ created ] + types: [ published ] permissions: contents: read