Skip to content

Commit 4553128

Browse files
fix default
1 parent 8caf70b commit 4553128

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/PrepareNextIteration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
nextVersion:
77
description: Version number of the next iteration
88
required: true
9-
default: 8.0-SNAPSHOT
109
push:
10+
inputs:
11+
nextVersion:
12+
description: Version number of the next iteration
13+
required: true
14+
default: 8.0-SNAPSHOT
1115
branches:
1216
- tt/prepare-next-iteration
1317

0 commit comments

Comments
 (0)