Skip to content

Commit 34d437d

Browse files
committed
cicd: Update release workflow with required prop
1 parent 8fa43b6 commit 34d437d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
version:
66
type: choice
77
description: Version number to increment
8+
required: true
89
options:
910
- patch
1011
- minor

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
.npmrc
23
coverage
34
dist

0 commit comments

Comments
 (0)