Skip to content

Commit b9e2e2e

Browse files
committed
fix release script
The release script had a typo
1 parent febfc90 commit b9e2e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_prep.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdir -p ${PREFIX}/tools
2828

2929
PREFIX=$PREFIX ${SCRIPT_DIR}/generate_tools_versions.sh
3030

31-
PREBUILTS=$(jq \
31+
INTEGRITY=$(jq \
3232
--from-file .github/workflows/integrity.jq \
3333
--arg PREFIX "bazeldnf-${GITHUB_REF_NAME}-" \
3434
--slurp \
@@ -38,7 +38,7 @@ PREBUILTS=$(jq \
3838
cat >${PREFIX}/tools/integrity.bzl <<EOF
3939
"Generated during release by release_prep.sh, using integrity.jq"
4040
41-
PREBUILTS = ${PREBUILTS}
41+
INTEGRITY = ${INTEGRITY}
4242
4343
EOF
4444

0 commit comments

Comments
 (0)