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 4
4
name : Release
5
5
6
6
on :
7
+ workflow_dispatch : # allow trigger through Web UI
7
8
push :
8
9
tags :
9
10
- " v*.*.*"
Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ git archive --format=tar --prefix=${PREFIX}/ ${TAG} > $ARCHIVE_TMP
20
20
# Delete the placeholder file
21
21
tar --file $ARCHIVE_TMP --delete ${PREFIX} /tools/integrity.bzl
22
22
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
-
29
23
mkdir -p ${PREFIX} /tools
30
24
cat > ${PREFIX} /tools/integrity.bzl << EOF
31
25
"Generated during release by release_prep.sh, using integrity.jq"
You can’t perform that action at this time.
0 commit comments