Skip to content

Commit 203e8fb

Browse files
Karsten ThomsKarsten Thoms
authored andcommitted
chore: Change default values for input fields
1 parent 54284ca commit 203e8fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-test-and-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
distribution:
66
description: 'The distribution to build'
77
required: true
8-
default: '["run"]'
8+
default: '["run", "tomcat", "wildfly"]'
99
options:
1010
- '["run"]'
1111
- '["tomcat"]'
@@ -14,15 +14,14 @@ on:
1414
platform:
1515
description: 'The platform to build for'
1616
required: true
17-
default: '["amd64"]'
17+
default: '["amd64", "arm64"]'
1818
options:
1919
- '["amd64"]'
2020
- '["arm64"]'
2121
- '["amd64", "arm64"]'
2222
version:
23-
description: 'The version to build'
23+
description: 'The version to build (e.g. 1.1.0)'
2424
required: false
25-
default: '1.1.0'
2625
snapshot:
2726
description: 'Build a snapshot version'
2827
type: boolean

0 commit comments

Comments
 (0)