File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 49
49
runs-on : ${{ inputs.os == 'windows' && 'windows-2019' || format('{0}-latest', inputs.os) }}
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
+ SEL_M2_USER : ${{ secrets.SEL_M2_USER }}
53
+ SEL_M2_PASS : ${{ secrets.SEL_M2_PASS }}
52
54
steps :
53
55
- name : Checkout source tree
54
56
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 17
17
- java
18
18
- ruby
19
19
20
- env :
21
- SEL_M2_USER : ${{ secrets.SEL_M2_USER }}
22
- SEL_M2_PASS : ${{ secrets.SEL_M2_PASS }}
23
-
24
20
jobs :
25
21
ruby :
26
22
if : inputs.language == 'ruby'
48
44
name : Release
49
45
cache-key : java-nightly
50
46
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