Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
The release script had a typo
  • Loading branch information
manuelnaranjo committed Aug 26, 2024
1 parent febfc90 commit b9e2e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mkdir -p ${PREFIX}/tools

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

PREBUILTS=$(jq \
INTEGRITY=$(jq \
--from-file .github/workflows/integrity.jq \
--arg PREFIX "bazeldnf-${GITHUB_REF_NAME}-" \
--slurp \
Expand All @@ -38,7 +38,7 @@ PREBUILTS=$(jq \
cat >${PREFIX}/tools/integrity.bzl <<EOF
"Generated during release by release_prep.sh, using integrity.jq"
PREBUILTS = ${PREBUILTS}
INTEGRITY = ${INTEGRITY}
EOF

Expand Down

0 comments on commit b9e2e2e

Please sign in to comment.