Skip to content

Commit ea9558d

Browse files
authored
Update release.yml (#218)
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
1 parent db09d58 commit ea9558d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
jobs:
1313
release:
14-
# Re-use https://github.com/bazel-contrib/.github/blob/v5/.github/workflows/release_ruleset.yaml
15-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
14+
# Re-use https://github.com/bazel-contrib/.github/blob/v6/.github/workflows/release_ruleset.yaml
15+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
1616
with:
1717
prerelease: false
18-
release_files: rules_proto-*.tar.gz
18+
release_files: rules_proto-*.tar.gz

0 commit comments

Comments
 (0)