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 5ed497d commit c698e2eCopy full SHA for c698e2e
1 file changed
.github/workflows/release.yml
@@ -15,14 +15,13 @@ permissions:
15
16
jobs:
17
release:
18
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.0
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
19
with:
20
prerelease: false
21
release_files: rules_dotnet-*.tar.gz
22
tag_name: ${{ inputs.tag_name || github.ref_name }}
23
- # We don't run tests here because rules_dotnet has access to the Bazel CI
24
- # The free Github runners also don't have large enough disks to run the full test suite
25
- bazel_test_command: "true"
+ # Disable the cache due to the runners running out of disk space
+ mount_bazel_caches: false
26
publish:
27
needs: release
28
uses: ./.github/workflows/publish.yml
0 commit comments