File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
23- - name : Set up JDK 8
23+ - name : Set up JDK 17
2424 uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
2525 with :
2626 java-version : ' 17'
Original file line number Diff line number Diff line change 55on :
66 push :
77 branches :
8- - beta/new_java_build
8+ - main
99name : Run Release Please
1010permissions : # added using https://github.com/step-security/secure-workflows
1111 contents : read
2323 id : release
2424 with :
2525 token : ${{secrets.GITHUB_TOKEN}}
26- target-branch : beta/new_java_build
26+ target-branch : main
2727
2828 # These steps are only run if this was a merged release-please PR
2929 - name : checkout
Original file line number Diff line number Diff line change 88 "include-component-in-tag" : false ,
99 "bump-minor-pre-major" : true ,
1010 "bump-patch-for-minor-pre-major" : true ,
11- "versioning" : " prerelease" ,
12- "prerelease-type" : " beta" ,
11+ "versioning" : " default" ,
1312 "extra-files" : [
1413 " pom.xml" ,
1514 " README.md"
You can’t perform that action at this time.
0 commit comments