Skip to content

Commit

Permalink
fix: attempt to fix release action by bumping workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jul 3, 2024
1 parent 0ed9aaa commit 9d5727d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# This file contains Bazel settings to apply on release CI only.
# It is referenced with a --bazelrc option in the call to bazel in ci.yaml

# Debug where options came from
build --announce_rc
# This directory is configured in GitHub actions to be persisted between runs.
build --disk_cache=~/.cache/bazel
build --repository_cache=~/.cache/bazel-repo
# Don't rely on test logs being easily accessible from the test runner,
# though it makes the log noisier.
test --test_output=errors
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:
tags:
- "*.*.*"

permissions:
contents: write

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v2
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
with:
release_files: rules_foreign_cc-*.tar.gz

0 comments on commit 9d5727d

Please sign in to comment.