Skip to content

Commit 33d05cc

Browse files
committed
add manual trigger release
1 parent 2f5722a commit 33d05cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch: # Add this to enable manual triggers
8+
inputs: # Optional: add inputs if you want to parameterize manual runs
9+
tag_name: # Optional: allow specifying a tag when running manually
10+
description: "Tag to release"
11+
required: false
12+
type: string
713

814
jobs:
915
release:

0 commit comments

Comments
 (0)