diff --git a/scripts/sync-to-aws-homebrew-tap b/scripts/sync-to-aws-homebrew-tap index 1c33687..a77b99c 100755 --- a/scripts/sync-to-aws-homebrew-tap +++ b/scripts/sync-to-aws-homebrew-tap @@ -194,7 +194,7 @@ if [[ "${DRY_RUN}" -eq 0 ]]; then cp "${BREW_CONFIG_DIR}/${BINARY_BASE}.json" "${FORK_DIR}/bottle-configs/${BINARY_BASE}.json" - FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_DIR}" + FORK_RELEASE_BRANCH="${BINARY_BASE}-${VERSION}-${BUILD_ID}" git config user.name "ec2-bot 🤖" git config user.email "ec2-bot@users.noreply.github.com"