File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,18 @@ jobs:
25
25
with :
26
26
java-version : 11
27
27
distribution : ' temurin'
28
- - uses : ./.github/actions/cache -bazel
28
+ - uses : p0deje/setup -bazel@0.1.0
29
29
with :
30
- workflow : ruby
31
- key : bazel-ruby-nightly-${{ matrix.gem }}
32
- gcs-key : ${{ secrets.GOOGLE_CLOUD_STORAGE_KEY }}
33
- - uses : ./.github/actions/bazel
34
- with :
35
- command : run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
36
- - uses : ./.github/actions/bazel
30
+ bazelisk-cache : true
31
+ disk-cache : rb-${{ matrix.gem }}
32
+ external-cache : |
33
+ crates: rust/Cargo.Bazel.lock
34
+ npm: package-lock.json
35
+ pypi__pip: py/requirements_lock.txt
36
+ rules_ruby_dist: rb/ruby_version.bzl
37
+ repository-cache : true
38
+ token : ${{ secrets.GITHUB_TOKEN }}
39
+ - run : bazel run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
40
+ - run : bazel run //rb:${{ matrix.gem }}-release-nightly
37
41
env :
38
42
GEM_HOST_API_KEY : Bearer ${{ secrets.GITHUB_TOKEN }}
39
- with :
40
- command : run //rb:${{ matrix.gem }}-release-nightly
You can’t perform that action at this time.
0 commit comments