Skip to content

Commit 9d5727d

Browse files
author
James Sharpe
committed
fix: attempt to fix release action by bumping workflow version
1 parent 0ed9aaa commit 9d5727d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.bazelrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# This file contains Bazel settings to apply on release CI only.
22
# It is referenced with a --bazelrc option in the call to bazel in ci.yaml
33

4-
# Debug where options came from
5-
build --announce_rc
6-
# This directory is configured in GitHub actions to be persisted between runs.
7-
build --disk_cache=~/.cache/bazel
8-
build --repository_cache=~/.cache/bazel-repo
94
# Don't rely on test logs being easily accessible from the test runner,
105
# though it makes the log noisier.
116
test --test_output=errors

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ on:
88
tags:
99
- "*.*.*"
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release:
13-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
16+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
1417
with:
1518
release_files: rules_foreign_cc-*.tar.gz

0 commit comments

Comments
 (0)