Skip to content

Commit c3e5cc8

Browse files
committed
build: allow dispatch release
1 parent 85fbfc5 commit c3e5cc8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
secrets:
1111
publish_token:
1212
required: true
13+
# Can be triggered from the tag.yaml workflow
14+
workflow_dispatch:
15+
inputs:
16+
tag_name:
17+
required: true
18+
type: string
1319
# Or, developers can manually push a tag from their clone
1420
push:
1521
tags:

0 commit comments

Comments
 (0)