File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 18
18
run : echo "The selected java versions are ${{ steps.set-matrix.outputs.version_matrix }}"
19
19
outputs :
20
20
version_matrix : ${{ steps.set-matrix.outputs.version_matrix }}
21
+
21
22
build :
22
23
needs : build-jvm-matrix
23
24
strategy :
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Changelog Entry Check
10
-
11
10
runs-on : ubuntu-latest
12
11
if : github.repository == 'JLLeitschuh/ktlint-gradle'
13
-
14
12
steps :
15
13
- uses : actions/checkout@v2
16
-
17
14
- name : Grep CHANGES.md for PR number
18
15
if : contains(github.event.pull_request.labels.*.name, 'skip news') != true
19
16
run : |
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ name: "Perform Release"
2
2
on :
3
3
workflow_dispatch :
4
4
inputs :
5
- new_version :
6
-
7
- description : " Release Version (no 'v')"
8
- required : true
9
- type : string
5
+ new_version :
6
+ description : " Release Version (no 'v')"
7
+ required : true
8
+ type : string
10
9
11
10
jobs :
12
11
perform-release :
You can’t perform that action at this time.
0 commit comments