Skip to content

Commit dfaf769

Browse files
committed
ci(release): add workflow_dispatch for manual trigger
1 parent 622b80f commit dfaf769

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
- 'v*.*.*'
7+
workflow_dispatch:
8+
inputs:
9+
tag:
10+
description: 'Tag to release (e.g., v0.6.0)'
11+
required: true
12+
type: string
713

814
env:
915
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)