Skip to content

Commit 82e60ae

Browse files
committed
adding manual trigger
1 parent 9f1183d commit 82e60ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
- v*
77
# Add this manual trigger
88
workflow_dispatch:
9+
# Add an input field for the tag or branch name
10+
inputs:
11+
git-ref:
12+
description: 'The git ref (tag, branch, or commit SHA) to run on'
13+
required: true
14+
default: 'main' # The default value
15+
916

1017
permissions:
1118
contents: write

0 commit comments

Comments
 (0)