File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Java CI
2
2
on :
3
3
push :
4
4
branches :
5
- - master
6
5
- ' [3-9]+.[3-9]+.x'
7
6
jobs :
8
7
release :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
release :
10
10
runs-on : ubuntu-latest
11
- strategy :
12
- matrix :
13
- java : ['8']
14
11
env :
15
12
GIT_USER_NAME : puneetbehl
16
13
@@ -23,11 +20,11 @@ jobs:
23
20
- name : Set up JDK
24
21
uses : actions/setup-java@v1
25
22
with :
26
- java-version : ${{ matrix.java }}
23
+ java-version : 8
27
24
- name : Extract branch name
28
25
if : success() && github.event_name == 'workflow_dispatch'
29
26
id : extract_branch
30
- run : echo ::set-output name= value:: ${GITHUB_REF:11}
27
+ run : echo " value= ${GITHUB_REF:11}" >> $GITHUB_OUTPUT
31
28
- name : Asset Path
32
29
if : success() && github.event_name == 'workflow_dispatch'
33
30
id : asset_path
You can’t perform that action at this time.
0 commit comments