Skip to content

Commit 9cc8a49

Browse files
committed
fix(ci): add on clause for the custom-release workflow
1 parent 6dc0b0a commit 9cc8a49

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/custom-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@
77
# custom is a descriptive name for the release and X is the version number.
88
#
99
# gh workflow run custom-release.yml --ref feat/your-branch -f preview=v1.7.0-custom.1
10-
#
10+
#
11+
on:
12+
workflow_dispatch:
13+
inputs:
14+
preview:
15+
description: Useless just to have valid workflow file
16+
required: true
17+
type: string

0 commit comments

Comments
 (0)