We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13857c4 commit e5aea3cCopy full SHA for e5aea3c
.github/workflows/release.yml
@@ -51,9 +51,10 @@ jobs:
51
52
release:
53
needs: [tag, test-bazel, test-cmake, generate-version-info]
54
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.1.0
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
55
with:
56
bazel_test_command: true || # we already tested the tag
57
+ mount_bazel_caches: false
58
prerelease: false
59
release_files: "*_portable_cc_toolchain-*.tar.gz"
60
tag_name: ${{ needs.tag.outputs.version }}
0 commit comments