Skip to content

Commit e5aea3c

Browse files
committed
Update release tag to support fetching artifacts
1 parent 13857c4 commit e5aea3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151

5252
release:
5353
needs: [tag, test-bazel, test-cmake, generate-version-info]
54-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.1.0
54+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
5555
with:
5656
bazel_test_command: true || # we already tested the tag
57+
mount_bazel_caches: false
5758
prerelease: false
5859
release_files: "*_portable_cc_toolchain-*.tar.gz"
5960
tag_name: ${{ needs.tag.outputs.version }}

0 commit comments

Comments
 (0)