File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 runs-on : ${{ inputs.os == 'windows' && 'windows-2019' || format('{0}-latest', inputs.os) }}
5050 env :
5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52+ SEL_M2_USER : ${{ secrets.SEL_M2_USER }}
53+ SEL_M2_PASS : ${{ secrets.SEL_M2_PASS }}
5254 steps :
5355 - name : Checkout source tree
5456 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1717 - java
1818 - ruby
1919
20- env :
21- SEL_M2_USER : ${{ secrets.SEL_M2_USER }}
22- SEL_M2_PASS : ${{ secrets.SEL_M2_PASS }}
23-
2420jobs :
2521 ruby :
2622 if : inputs.language == 'ruby'
4844 name : Release
4945 cache-key : java-nightly
5046 run : ./go publish-maven-snapshot
47+
48+ grid :
49+ if : inputs.language == 'java'
50+ name : Grid
51+ uses : ./.github/workflows/bazel.yml
52+ with :
53+ name : Release
54+ cache-key : grid-nightly
55+ run : |
56+ echo build --stamp >>.bazelrc.local
57+ ./go prep-release-zip
You can’t perform that action at this time.
0 commit comments