From 4e7d58595a3b0ba36ee27a94c0bddd79435ef63b Mon Sep 17 00:00:00 2001 From: David Hart Date: Wed, 6 Nov 2024 14:44:28 -0700 Subject: [PATCH] ci: Update publish-release workflow Make a workflow_dispatch rather than release, as it seems that I still don't understand the release triggers Signed-off-by: David Hart --- .github/workflows/publish-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e1adca5..9d2ca66 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,8 +1,7 @@ name: Publish on: - release: - types: [published] + workflow_dispatch: permissions: contents: read