Skip to content

Commit a92287b

Browse files
authored
Use cache config when building release archive (#3272)
We can't use RBE just yet. Signed-off-by: Adin Cebic <cebic.ad@gmail.com>
1 parent f766cd7 commit a92287b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
BUILDBUDDY_RBE_API_KEY: ${{ secrets.BUILDBUDDY_RBE_API_KEY }}
5252
run: |
5353
bazel build \
54-
--config=remote \
54+
--config=cache \
5555
--remote_header="x-buildbuddy-api-key=${BUILDBUDDY_RBE_API_KEY}" \
5656
//distribution:release
5757

0 commit comments

Comments
 (0)