Skip to content

Commit ccb185c

Browse files
authored
Don't set XDG_CACHE_HOME in release.yml (#1461)
1 parent 7f05db5 commit ccb185c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
distribution: "zulu"
2727
java-version: "11"
2828
- name: Prepare release notes and artifacts
29-
env:
30-
# Bazelisk will download bazel to here.
31-
XDG_CACHE_HOME: ~/.cache/bazel-repo
3229
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }}
3330
- name: Release
3431
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)