Skip to content

Commit 0924a4b

Browse files
committed
fix: add tag_name input to workflow_dispatch trigger
1 parent 06ab236 commit 0924a4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Release
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
tag_name:
7+
description: Release tag name (e.g., v1.0.0-beta.1)
8+
type: string
9+
default: ''
510
workflow_call:
611
inputs:
712
tag_name:

0 commit comments

Comments
 (0)