We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f766cd7 commit a92287bCopy full SHA for a92287b
1 file changed
.github/workflows/create-release.yml
@@ -51,7 +51,7 @@ jobs:
51
BUILDBUDDY_RBE_API_KEY: ${{ secrets.BUILDBUDDY_RBE_API_KEY }}
52
run: |
53
bazel build \
54
- --config=remote \
+ --config=cache \
55
--remote_header="x-buildbuddy-api-key=${BUILDBUDDY_RBE_API_KEY}" \
56
//distribution:release
57
0 commit comments