fix: attempt to fix release action by bumping workflow version

This commit is contained in:
James Sharpe 2024-07-03 22:57:37 +00:00
parent 0ed9aaa682
commit 9d5727d5e5
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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