From 87c4145b0e575e373a30f516c2b32379b42e8c92 Mon Sep 17 00:00:00 2001 From: IISweetHeartII Date: Fri, 6 Feb 2026 00:54:42 +0900 Subject: [PATCH] feat: add workflow_dispatch trigger to npm publish workflow (#33) Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude) Co-authored-by: Sisyphus --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fbccc85..7edd736 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,12 @@ on: - 'v*' release: types: [published] + workflow_dispatch: + inputs: + ref: + description: 'Git ref (branch, tag, or commit SHA) to publish' + required: true + default: 'main' jobs: publish: