File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 44name : Release
55
66on :
7+ workflow_dispatch : # allow trigger through Web UI
78 push :
89 tags :
910 - " v*.*.*"
Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} > $ARCHIVE_TMP
2020# Delete the placeholder file
2121tar --file $ARCHIVE_TMP --delete ${PREFIX} /tools/integrity.bzl
2222
23- # Add trailing newlines to sha256 files. They were built with
24- # https://github.com/aspect-build/bazel-lib/blob/main/tools/release/hashes.bzl
25- for sha in $( ls artifacts-* /* .sha256) ; do
26- echo " " >> $sha
27- done
28-
2923mkdir -p ${PREFIX} /tools
3024cat > ${PREFIX} /tools/integrity.bzl << EOF
3125"Generated during release by release_prep.sh, using integrity.jq"
You can’t perform that action at this time.
0 commit comments