Skip to content

Commit dee7de0

Browse files
authored
Add workflow dispatch trigger (#23)
1 parent ae14bb3 commit dee7de0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Create Release
22
on:
33
workflow_dispatch:
4-
inputs:
5-
type:
6-
type: choice
7-
description: Release Type
8-
options:
9-
- patch
10-
- minor
11-
- major
4+
inputs:
5+
type:
6+
type: choice
7+
description: Release Type
8+
options:
9+
- patch
10+
- minor
11+
- major
1212

1313
jobs:
1414
createRelease:

0 commit comments

Comments
 (0)