Skip to content

Commit

Permalink
address changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 22, 2023
1 parent cbf1add commit 7d9c02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set -o errexit -o nounset -o pipefail
cat >.git/info/attributes <<EOF
# Omit folders that users don't need, making the distribution artifact smaller
lib/tests export-ignore
e2e export-ignore
# Substitution for the _VERSION_PRIVATE placeholder at the top of this file
tools/version.bzl export-subst
Expand Down
2 changes: 2 additions & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("//lib:write_source_files.bzl", "write_source_files")
load("//lib:utils.bzl", "is_bazel_6_or_greater")
load(":release.bzl", "multi_platform_go_binaries", "release")

exports_files([
Expand Down Expand Up @@ -58,4 +59,5 @@ write_source_files(
files = {
"sri.bzl": ":release_versions",
},
tags = ["manual"] if not is_bazel_6_or_greater() else [],
)

0 comments on commit 7d9c02e

Please sign in to comment.