We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f05db5 commit ccb185cCopy full SHA for ccb185c
.github/workflows/release.yml
@@ -26,9 +26,6 @@ jobs:
26
distribution: "zulu"
27
java-version: "11"
28
- name: Prepare release notes and artifacts
29
- env:
30
- # Bazelisk will download bazel to here.
31
- XDG_CACHE_HOME: ~/.cache/bazel-repo
32
run: .github/workflows/release_prep.sh ${{ env.GITHUB_REF_NAME }}
33
- name: Release
34
uses: softprops/action-gh-release@v1
0 commit comments