File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,20 @@ jobs:
46
46
run : ./go publish-maven-snapshot
47
47
48
48
grid :
49
+ runs-on : ubuntu-latest
49
50
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
51
+ steps :
52
+ - name : Java Build
53
+ uses : ./.github/workflows/bazel.yml
54
+ with :
55
+ name : Build Release
56
+ cache-key : java-nightly
57
+ run : ./go publish-maven-snapshot
58
+ - name : Release Nightly Grid
59
+ uses : marvinpinto/action-automatic-releases@latest
60
+ with :
61
+ repo_token : " ${{ secrets.GITHUB_TOKEN }}"
62
+ automatic_release_tag : " nightly"
63
+ title : " Nightly"
64
+ prerelease : true
65
+ files : build/dist/*.jar
You can’t perform that action at this time.
0 commit comments