Skip to content

Commit 4762a84

Browse files
committed
change new_version default choice
1 parent a1ca9b0 commit 4762a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
required: true
99
type: choice
1010
options:
11-
- major
12-
- minor
1311
- patch
12+
- minor
13+
- major
1414

1515
jobs:
1616
publish:

0 commit comments

Comments
 (0)