Skip to content

Commit

Permalink
Update release.yml (#218)
Browse files Browse the repository at this point in the history
The newer version uses https://github.com/bazel-contrib/setup-bazel
which doesn't have a reference to XDG_CACHE_HOME.

Fixes bazel-contrib/.github#16
  • Loading branch information
alexeagle committed Jun 19, 2024
1 parent db09d58 commit ea9558d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

jobs:
release:
# Re-use https://github.com/bazel-contrib/.github/blob/v5/.github/workflows/release_ruleset.yaml
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
# Re-use https://github.com/bazel-contrib/.github/blob/v6/.github/workflows/release_ruleset.yaml
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
with:
prerelease: false
release_files: rules_proto-*.tar.gz
release_files: rules_proto-*.tar.gz

0 comments on commit ea9558d

Please sign in to comment.