fix: attempt to fix release action by bumping workflow version
This commit is contained in:
parent
0ed9aaa682
commit
9d5727d5e5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue