Skip to content

Commit 83c7ae5

Browse files
committed
refactor: provide manual possibility to trigger changesets
1 parent d7ff097 commit 83c7ae5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/changeset.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ on:
88
- ".changeset/**"
99
- "src/**"
1010
- "package.json"
11+
workflow_dispatch:
12+
inputs:
13+
action:
14+
description: "Choose an action"
15+
required: true
16+
default: "version"
17+
type: choice
18+
options:
19+
- version
20+
- release
1121

1222
jobs:
1323
version-or-release:

0 commit comments

Comments
 (0)