Skip to content

Commit c698e2e

Browse files
committed
Try to fix release workflow
1 parent 5ed497d commit c698e2e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ permissions:
1515

1616
jobs:
1717
release:
18-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.0
18+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
1919
with:
2020
prerelease: false
2121
release_files: rules_dotnet-*.tar.gz
2222
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"
23+
# Disable the cache due to the runners running out of disk space
24+
mount_bazel_caches: false
2625
publish:
2726
needs: release
2827
uses: ./.github/workflows/publish.yml

0 commit comments

Comments
 (0)