File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
23
- - name : Set up JDK 8
23
+ - name : Set up JDK 17
24
24
uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
25
25
with :
26
26
java-version : ' 17'
Original file line number Diff line number Diff line change 5
5
on :
6
6
push :
7
7
branches :
8
- - beta/new_java_build
8
+ - main
9
9
name : Run Release Please
10
10
permissions : # added using https://github.com/step-security/secure-workflows
11
11
contents : read
23
23
id : release
24
24
with :
25
25
token : ${{secrets.GITHUB_TOKEN}}
26
- target-branch : beta/new_java_build
26
+ target-branch : main
27
27
28
28
# These steps are only run if this was a merged release-please PR
29
29
- name : checkout
Original file line number Diff line number Diff line change 8
8
"include-component-in-tag" : false ,
9
9
"bump-minor-pre-major" : true ,
10
10
"bump-patch-for-minor-pre-major" : true ,
11
- "versioning" : " prerelease" ,
12
- "prerelease-type" : " beta" ,
11
+ "versioning" : " default" ,
13
12
"extra-files" : [
14
13
" pom.xml" ,
15
14
" README.md"
You can’t perform that action at this time.
0 commit comments