Skip to content

Commit c081987

Browse files
committed
added manual workflow dispatch for release actions
1 parent 1ffb4d6 commit c081987

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
release:
55
types:
66
- published
7+
workflow_dispatch:
8+
inputs:
9+
target_release_tag:
10+
description: The tag of the release you want to append the artifact to
11+
type: string
12+
required: true
713

814
env:
915
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)